Try out nvim again
This commit is contained in:
parent
6d8aa31c95
commit
3a7a94ed34
5 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue