nvim: Fix swap file location
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user