vim: Disable swapfile-warning instead of the files

This should make it possible to actually recover something on a crash
without those warnings.
This commit is contained in:
2020-12-27 23:55:39 +01:00
parent 91091eb4c4
commit 4a0b9e5cf1

View File

@@ -64,5 +64,5 @@ set listchars=tab:>·
set scrolloff=15
" Enable mouse in normal and visual mode
set mouse=nv
" Disable pesky swap files
set noswapfile
" Disable pesky swap file warnings
set shortmess+=A