diff --git a/lua/config/opts.lua b/lua/config/opts.lua index 03399eb..956698f 100644 --- a/lua/config/opts.lua +++ b/lua/config/opts.lua @@ -30,6 +30,8 @@ opt.termguicolors = true -- True color support opt.virtualedit = "block" -- Allow cursor to move where there is no text in visual block mode opt.wrap = false opt.smoothscroll = true +opt.swapfile = false -- disable swapfiles because they are fucking garbage +opt.smartindent = true -- -- VIM global options