Try out nvim again

This commit is contained in:
Andrew Tomaka 2022-09-14 19:57:15 -04:00
parent 6d8aa31c95
commit 3a7a94ed34
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
5 changed files with 12 additions and 2 deletions

View file

@ -73,8 +73,13 @@ set shiftround " make >> go to next tab
if has('persistent_undo')
set undolevels=5000
set undodir=$HOME/.vim/undo
set undofile
if has('nvim')
set undodir=$HOME/.config/nvim/undo
else
set undodir=$HOME/.vim/undo
endif
endif
" consistency is key - Y should act like C, D