nixpkgs/home/programs/neovim/config/undo.vim
Daniel Siepmann 082ad58af1
Migrate neovim setup
I managed my setup manually.
This commit ports the existing setup to home-manager.

The program module is used to install neovim together with plugins.
Custom plugins are now maintained at Gitea / GitHub and loaded via nix as well.
2022-03-12 11:26:32 +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