nixpkgs/home/programs/neovim/configuration/plugin/undo.vim
Daniel Siepmann 0a5c2ca8ff
Move files out of home to xdg folders
Thanks to xdg-ninja for analysing my home folder.
2022-10-11 20:36:48 +02:00

6 lines
134 B
VimL

" Use undo file (Persist history through restart)
set undofile
" Directory to use for undo files
set undodir=~/.local/share/vim/undo