Re-order vim plugins

This commit is contained in:
Scott Wallace 2014-11-11 21:52:13 +00:00
parent 7a84a87999
commit e80025a3bd

2
.vimrc
View file

@ -9,9 +9,9 @@ Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-commentary'
Plugin 'tpope/vim-surround' Plugin 'tpope/vim-surround'
Plugin 'scrooloose/syntastic' Plugin 'scrooloose/syntastic'
Plugin 'scrooloose/nerdtree'
Plugin 'bling/vim-airline' Plugin 'bling/vim-airline'
Plugin '29decibel/codeschool-vim-theme' Plugin '29decibel/codeschool-vim-theme'
Plugin 'scrooloose/nerdtree'
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line
call vundle#end() " required call vundle#end() " required