nvim: fixed quotations in undodir

server
tiyn 2 years ago
parent bccdd7edfb
commit 879dfa8d5e

@ -77,7 +77,7 @@ endif
" enable persistent undo
if has('persistent_undo')
set undofile
set undodir=$XDG_CACHE_HOME/vim/undo
set undodir="$XDG_CACHE_HOME/vim/undo"
endif
" unmap unwanted commands

Loading…
Cancel
Save