From 6c817f2476e8191a8a6d6d5880162a5c0990070f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 19 Apr 2015 05:22:19 +0200 Subject: vim: Use XDG_CONFIG_HOME in neobundle --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 198f50f..82e34ad 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -6,8 +6,8 @@ set undodir=$XDG_CACHE_HOME/vim/undo,/tmp set runtimepath=$XDG_CONFIG_HOME/vim,$VIM,$VIMRUNTIME,/usr/share/vim/vimfiles,$XDG_CONFIG_HOME/vim/after " NeoBundle stuff -set runtimepath+=~/.config/vim/bundle/neobundle.vim/ -call neobundle#begin("$XDG_CONFIG_HOME/vim/bundle") +set runtimepath+=$XDG_CONFIG_HOME/vim/bundle/neobundle.vim/ +call neobundle#begin(expand('$XDG_CONFIG_HOME/vim/bundle')) NeoBundleFetch 'Shougo/neobundle.vim' NeoBundle 'Shougo/vimproc', { -- cgit v1.2.3-54-g00ecf