This commit is contained in:
gmarik 2011-05-16 18:14:32 -05:00
parent f1e483e441
commit e4ea64a992

View File

@ -18,6 +18,8 @@
set rtp+=~/.vim/bundle/vundle/ set rtp+=~/.vim/bundle/vundle/
call vundle#rc() call vundle#rc()
" let Vundle manage Vundle
Bundle 'gmarik/vundle'
" My Bundles here: " My Bundles here:
" "
@ -32,8 +34,6 @@
" non github repos " non github repos
Bundle 'git://git.wincent.com/command-t.git' Bundle 'git://git.wincent.com/command-t.git'
" ... " ...
" let Vundle manage Vundle
Bundle 'gmarik/vundle'
filetype plugin indent on " required! filetype plugin indent on " required!