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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user