|
|
@ -48,6 +48,7 @@ |
|
|
|
|
|
|
|
|
" set the runtime path to include Vundle and initialize |
|
|
" set the runtime path to include Vundle and initialize |
|
|
set rtp+=~/.vim/bundle/Vundle.vim |
|
|
set rtp+=~/.vim/bundle/Vundle.vim |
|
|
|
|
|
set shell=/bin/bash |
|
|
call vundle#begin() |
|
|
call vundle#begin() |
|
|
" alternatively, pass a path where Vundle should install plugins |
|
|
" alternatively, pass a path where Vundle should install plugins |
|
|
"call vundle#begin('~/some/path/here') |
|
|
"call vundle#begin('~/some/path/here') |
|
|
|