nixpkgs/home/programs/neovim/configuration/plugin/undo.vim
Daniel Siepmann e64f6b8030
Migrate whole Neovim configuration into expected structure
That way I can load my whole configuration as a plugin.
I no longer need to explicitly set any configuration via nix as init.vim
or such things.
2022-03-22 09:38:34 +01:00

6 lines
121 B
VimL

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