Configure netrw to store its stuff in XDG_CACHE_HOME
This commit is contained in:
parent
f17b1ed073
commit
2d5565ca5d
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -6,5 +6,6 @@ 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'
|
||||
|
||||
source $XDG_CONFIG_HOME/vim/vimrc
|
||||
|
|
Loading…
Reference in a new issue