1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

nvim: fixed quotations in undodir

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

View File

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