Keep netrw's cache in a subdir of Vim's cache, since it's a Vim thing anyways
This commit is contained in:
parent
7ec682b53c
commit
2927951bae
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue