added auto open nerdtree on vim startup
This commit is contained in:
parent
71be44cf8c
commit
a254cf6fdd
@ -123,6 +123,9 @@ augroup END
|
||||
|
||||
" More Vimscripts code goes here.
|
||||
|
||||
" This toggles NerdTREE on startup
|
||||
autocmd vimenter * NERDTree
|
||||
|
||||
" }}}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user