home: vim: disable 'swapfile'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
As before, I still dislike this option and find its downsides worse than its upsides.
This commit is contained in:
parent
abaa7119e7
commit
326f9d039a
|
@ -38,9 +38,9 @@ set tabstop=8
|
||||||
|
|
||||||
" File parameters {{{
|
" File parameters {{{
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" Enable swap files
|
" Disable swap files
|
||||||
set swapfile
|
set noswapfile
|
||||||
" And undo files
|
" Enable undo files
|
||||||
set undofile
|
set undofile
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue