From: martin f. krafft Date: Sat, 28 Mar 2020 19:23:07 +0000 (+1300) Subject: Move netrw working files to vardir X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d1115f16734e9fc34cc6861d8e69233df9b01970 Move netrw working files to vardir --- diff --git a/.vim/.gitignore b/.vim/.gitignore index 71ac798..6e92f57 100644 --- a/.vim/.gitignore +++ b/.vim/.gitignore @@ -1,2 +1 @@ -/.netrwhist tags diff --git a/.vimrc b/.vimrc index ae1e9bc..66dbbdf 100644 --- a/.vimrc +++ b/.vimrc @@ -1445,6 +1445,8 @@ if &cp | set nocp | endif let s:cpo_save=&cpo set cpo&vim +let g:netrw_home="$VARDIR/vim" + filetype plugin indent on syntax on colorscheme madduck