Keep netrw's cache in a subdir of Vim's cache, since it's a Vim thing anyways

This commit is contained in:
Danielle McLean 2016-10-23 15:20:39 +11:00
parent 7ec682b53c
commit 2927951bae
No known key found for this signature in database
GPG Key ID: CC91589719027E94
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -6,7 +6,7 @@ endfor
set runtimepath=$XDG_CONFIG_HOME/vim,$XDG_CACHE_HOME/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,$XDG_CONFIG_HOME/vim/after,$XDG_CACHE_HOME/vim/after
set viminfo+=n$XDG_CACHE_HOME/vim/viminfo
let g:netrw_home = $XDG_CACHE_HOME . '/netrw'
let g:netrw_home = $XDG_CACHE_HOME . '/vim/netrw'
source $XDG_CONFIG_HOME/vim/vimrc
let $MYVIMRC = $XDG_CONFIG_HOME . '/vim/vimrc'