plugins - Added NERDTree
This commit is contained in:
parent
1bc2b6acb4
commit
6a4f86b634
4 changed files with 10 additions and 4 deletions
6
cfg/30-nerdtree-auto.vim
Normal file
6
cfg/30-nerdtree-auto.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
" Open automatically NERDTree if there are more than 150 columns and no file was
|
||||
" specified
|
||||
autocmd VimEnter * if argc() == 0 && &columns > 150
|
||||
\ | call dein#source("nerdtree")
|
||||
\ | NERDTree
|
||||
\ | endif
|
Loading…
Add table
Add a link
Reference in a new issue