home: vim: enable swap and undo files
Trying it on for size, since NeoVim does use XDG directories for those.
This commit is contained in:
parent
ace6212f49
commit
e8652cbc16
|
@ -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 {{{
|
||||||
|
|
Loading…
Reference in a new issue