diff --git a/lua/options.lua b/lua/options.lua index 914ea8e6..3f946708 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -58,3 +58,7 @@ vim.opt.cursorline = true -- Minimal number of screen lines to keep above and below the cursor. vim.opt.scrolloff = 10 + +-- Change the tabspacing +vim.opt.tabstop = 4 +vim.opt.shiftwidth = 4