From c4898ee314ff7061f4094640f4d0f2159f0c18c1 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Mon, 11 Oct 2021 02:38:45 -0400 Subject: [PATCH] use 4 width tabs --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 910c038..212b458 100644 --- a/init.lua +++ b/init.lua @@ -26,6 +26,8 @@ set.mouse = 'a' set.clipboard = 'unnamedplus' set.pumheight =5 set.number = true +set.tabstop = 4 +set.shiftwidth = 4 vim.cmd('colorscheme onedark') -- I would assume there would be a more lua-y way to do this... right? require("plugins") require("keybinds")