diff --git a/lua/core/options.lua b/lua/core/options.lua index 64a727e..5d9120d 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -20,4 +20,6 @@ vim.opt.tabstop=4 vim.opt.softtabstop=4 vim.opt.autoindent=true vim.opt.smartindent=true +vim.opt.expandtab = true -- Insert spaces when pressing Tab +vim.opt.shiftwidth = 4 -- Indent width used by >> and <<