home: vim: enable swap and undo files
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Trying it on for size, since NeoVim does use XDG directories for those.
This commit is contained in:
Bruno BELANYI 2024-07-10 22:47:14 +01:00
parent 0de9966127
commit 16d68022eb

View file

@ -38,8 +38,10 @@ set tabstop=8
" File parameters {{{ " File parameters {{{
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Disable swapfiles too " Enable swap files
set noswapfile set swapfile
" And undo files
set undofile
" }}} " }}}
" UI and UX parameters {{{ " UI and UX parameters {{{