chore(nvim): disable backup and swap files

This commit is contained in:
Stefan Imhoff
2021-12-02 18:52:41 +01:00
parent 4b3c126987
commit 14cd9634aa

View File

@@ -38,7 +38,8 @@ set sidescrolloff=8
set virtualedit=all
set cursorline
set path+=**
set backup
set nobackup
set nowritebackup
set noswapfile
set undofile
set redrawtime=10000 " Allow more time for loading syntax on large files