update temporary/undo directory locations

This commit is contained in:
Ray Elliott 2021-07-05 14:28:37 +01:00
parent 51b1f8f9c7
commit 4a12c48e9f
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ autoload/
undodir/*
.vimtmp/*
view/*
tmpdir

View File

@ -228,9 +228,9 @@ set tags=./.tags,.tags,./tags-external,.tags-external;/home/*
" persisitent undo file
set undofile
set undodir=~/.vim/.vimtmp
set backupdir=~/.vim/.vimtmp
set directory=~/.vim/.vimtmp
set undodir=~/.config/nvim/undodir
set backupdir=~/nvim/tmpdir
set directory=~/nvim/tmpdir
set viewoptions-=options