move netrw stuff to $XDG_CACHE_HOME

This commit is contained in:
Michele Guerini Rocco 2019-05-10 22:43:14 +02:00
parent 1a3eb267c6
commit 6257c4ef15
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -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