Commit 58e81815 authored by Tim van Deurzen's avatar Tim van Deurzen

Update neovim undo path.

parent ca1ca3ac
...@@ -104,7 +104,7 @@ let g:python3_host_prog="/usr/bin/python3" ...@@ -104,7 +104,7 @@ let g:python3_host_prog="/usr/bin/python3"
set history=1000 set history=1000
set undofile set undofile
set undodir=$HOME/.config/nvim/undo set undodir=$HOME/.local/share/nvim/undo
set undolevels=1000 set undolevels=1000
" }}} " }}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment