Skip to content

Commit

Permalink
Update Vundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Sanchez committed Apr 9, 2014
1 parent a9ef57b commit e1b62f8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions vimrc
Expand Up @@ -6,22 +6,22 @@

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

Bundle 'scrooloose/nerdtree'
Bundle 'vim-scripts/bufexplorer.zip'
Bundle 'git://git.wincent.com/command-t.git'
Plugin 'scrooloose/nerdtree'
Plugin 'vim-scripts/bufexplorer.zip'
Plugin 'git://git.wincent.com/command-t.git'

"Bundle 'Lokaltog/vim-powerline'
Bundle 'altercation/vim-colors-solarized'
"Plugin 'Lokaltog/vim-powerline'
Plugin 'altercation/vim-colors-solarized'

Bundle 'scrooloose/nerdcommenter'
Bundle 'scrooloose/syntastic'
Bundle 'tpope/vim-surround'
"Bundle 'ervandew/supertab'
Bundle 'Valloric/YouCompleteMe'
Plugin 'scrooloose/nerdcommenter'
Plugin 'scrooloose/syntastic'
Plugin 'tpope/vim-surround'
"Plugin 'ervandew/supertab'
Plugin 'Valloric/YouCompleteMe'

Bundle 'ack.vim'
Plugin 'ack.vim'

filetype plugin indent on " required!

Expand Down

0 comments on commit e1b62f8

Please sign in to comment.