[vim] Use $VIM instead of ~/.vim
This commit is contained in:
parent
a9fef3049a
commit
fda730233b
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -12,7 +12,7 @@ filetype off " Needs to be off for Vundle to work (?)
|
|||
" VUNDLE PLUGINS
|
||||
"
|
||||
|
||||
set rtp+=~/.vim/bundle/Vundle.vim
|
||||
set rtp+=$VIM/bundle/Vundle.vim
|
||||
call vundle#begin()
|
||||
|
||||
Plugin 'gmarik/Vundle.vim'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue