aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 37d60c3..b72354c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -14,12 +14,13 @@ set backspace=indent,eol,start
" NeoBndle stuff
set runtimepath+=~/.config/vim/bundle/neobundle.vim/
-call neobundle#rc('/home/kyrias/.config/vim/bundle')
+call neobundle#rc("$XDG_CONFIG_HOME/vim/bundle")
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'Shougo/vimproc', {
\ 'build' : {
\ 'unix' : 'make -f make_unix.mak',
+ \ 'mac' : 'make -f make_mac.mak',
\ },
\ }
NeoBundle 'Shougo/unite.vim'