From e80025a3bd5798a4f021fa2f78e4e1735529dd3e Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 11 Nov 2014 21:52:13 +0000 Subject: [PATCH] Re-order vim plugins --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 04c6db0..cc6d8e7 100644 --- a/.vimrc +++ b/.vimrc @@ -9,9 +9,9 @@ Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-surround' Plugin 'scrooloose/syntastic' +Plugin 'scrooloose/nerdtree' Plugin 'bling/vim-airline' Plugin '29decibel/codeschool-vim-theme' -Plugin 'scrooloose/nerdtree' " All of your Plugins must be added before the following line call vundle#end() " required