feat(opts): disabled swap files

This commit is contained in:
Sven Vogel 2024-11-01 13:36:27 +01:00
parent e02d24606d
commit 40d53234e5
1 changed files with 2 additions and 0 deletions

View File

@ -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