Re-order vim plugins
This commit is contained in:
parent
7a84a87999
commit
e80025a3bd
2
.vimrc
2
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue