1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-31 08:27:46 +02:00

nvim: fixed quotations in undodir

This commit is contained in:
tiyn 2023-04-13 01:35:40 +02:00
parent bccdd7edfb
commit 879dfa8d5e

View File

@ -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