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