move netrw stuff to $XDG_CACHE_HOME
This commit is contained in:
parent
1a3eb267c6
commit
6257c4ef15
3
init.vim
3
init.vim
@ -15,6 +15,9 @@ let &viminfo = cache.'/info'
|
|||||||
" Ctags data
|
" Ctags data
|
||||||
let &tags = cache.'/tags'
|
let &tags = cache.'/tags'
|
||||||
|
|
||||||
|
" Netrw data
|
||||||
|
let g:netrw_home = cache.'/netrw'
|
||||||
|
|
||||||
" Keep history
|
" Keep history
|
||||||
let &undodir = cache.'/undo'
|
let &undodir = cache.'/undo'
|
||||||
set undofile
|
set undofile
|
||||||
|
Loading…
Reference in New Issue
Block a user