Move to supported plugin
This commit is contained in:
parent
90754c10b9
commit
398746eddc
3 changed files with 5 additions and 2 deletions
3
init.vim
3
init.vim
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue