Move to supported plugin

This commit is contained in:
Thomas Gideon 2021-09-16 18:25:31 -04:00
parent 90754c10b9
commit 398746eddc
3 changed files with 5 additions and 2 deletions

View file

@ -78,6 +78,9 @@ set ignorecase
set smartcase
" centralize swap to have backup without clutter
set directory=$HOME/.var/nvim/swp//
" and undo
set undofile
set undodir=$HOME/.nvim/undodir
" make pastemode more accessible
set pastetoggle=<F2>
" save when moving away