From 40d53234e580f08267c19a1a1645fc8c3807f45a Mon Sep 17 00:00:00 2001 From: servostar Date: Fri, 1 Nov 2024 13:36:27 +0100 Subject: [PATCH] feat(opts): disabled swap files --- lua/config/opts.lua | 2 ++ 1 file changed, 2 insertions(+) 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