From 6ccfce0dc555e57f6b4c8b0b6f28ce502273fc6c Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 22 Apr 2015 15:22:54 +0100 Subject: [PATCH] Added NerdTree Tab support. --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 76eb361..eacea17 100644 --- a/.vimrc +++ b/.vimrc @@ -24,6 +24,7 @@ Plugin 'rodjek/vim-puppet' Plugin 'godlygeek/tabular' Plugin 'ap/vim-buftabline' Plugin 'vim-scripts/WhiteWash' +Plugin 'jistr/vim-nerdtree-tabs' " All of your Plugins must be added before the following line call vundle#end() " required @@ -54,6 +55,7 @@ syntax on " NERDTree map :NERDTreeToggle +let g:nerdtree_tabs_open_on_console_startup=1 " Autocomplete let g:neocomplcache_enable_at_startup = 1