home: vim: disable 'swapfile'
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:
Bruno BELANYI 2024-07-22 16:05:54 +00:00
parent abaa7119e7
commit 326f9d039a

View file

@ -38,9 +38,9 @@ set tabstop=8
" File parameters {{{
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Enable swap files
set swapfile
" And undo files
" Disable swap files
set noswapfile
" Enable undo files
set undofile
" }}}