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