diff --git a/lua/custom/options.lua b/lua/custom/options.lua index 6401b8b9..6bb32e88 100644 --- a/lua/custom/options.lua +++ b/lua/custom/options.lua @@ -5,7 +5,8 @@ vim.g.have_nerd_font = true -- Indentation settings vim.o.expandtab = true --- vim.o.smartindent = true +vim.o.smartindent = true +vim.o.autoindent = true vim.o.tabstop = 4 vim.o.shiftwidth = 4