feat(opts): disabled swap files
This commit is contained in:
parent
e02d24606d
commit
40d53234e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue