nvim: Fix swap file location

This commit is contained in:
2022-06-27 20:01:22 +02:00
parent 2873522a2c
commit 8ad3f3f3e8

View File

@ -41,6 +41,7 @@ set backspace=indent,eol,start
set tabstop=4
set shiftwidth=4
set noet
set directory=~/.vim/tmp
" preview substitute (%s/a/b)
set inccommand=nosplit