nvim: Fix swap file location
This commit is contained in:
@ -41,6 +41,7 @@ set backspace=indent,eol,start
|
|||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set noet
|
set noet
|
||||||
|
set directory=~/.vim/tmp
|
||||||
|
|
||||||
" preview substitute (%s/a/b)
|
" preview substitute (%s/a/b)
|
||||||
set inccommand=nosplit
|
set inccommand=nosplit
|
||||||
|
|||||||
Reference in New Issue
Block a user