Added NerdTree Tab support.

This commit is contained in:
Scott Wallace 2015-04-22 15:22:54 +01:00
parent 3389f8a122
commit 6ccfce0dc5

2
.vimrc
View file

@ -24,6 +24,7 @@ Plugin 'rodjek/vim-puppet'
Plugin 'godlygeek/tabular' Plugin 'godlygeek/tabular'
Plugin 'ap/vim-buftabline' Plugin 'ap/vim-buftabline'
Plugin 'vim-scripts/WhiteWash' Plugin 'vim-scripts/WhiteWash'
Plugin 'jistr/vim-nerdtree-tabs'
" 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
@ -54,6 +55,7 @@ syntax on
" NERDTree " NERDTree
map <C-n> :NERDTreeToggle<CR> map <C-n> :NERDTreeToggle<CR>
let g:nerdtree_tabs_open_on_console_startup=1
" Autocomplete " Autocomplete
let g:neocomplcache_enable_at_startup = 1 let g:neocomplcache_enable_at_startup = 1