Skip to content

Commit

Permalink
Back to using upstream Vundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramiro Morales committed Mar 30, 2013
1 parent 318d5e5 commit 007cd4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _vimrc
Expand Up @@ -28,14 +28,17 @@ endif
" Vundle
if has('win32') || has('win64')
set rtp+=~/vimfiles/bundle/vundle/
call vundle#rc('$HOME/vimfiles/bundle/')
else
" Usual quickstart instructions
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
endif
call vundle#rc()

" let Vundle manage Vundle
" required!
Bundle 'ramiro/vundle'
Bundle 'gmarik/vundle'

" Bundles from their authors' repos:
Bundle 'scrooloose/nerdcommenter'
Expand Down

0 comments on commit 007cd4b

Please sign in to comment.