Added NerdTree Tab support.
This commit is contained in:
parent
3389f8a122
commit
6ccfce0dc5
2
.vimrc
2
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue