Auto-open NERDTree in vim

varnie :

Does someone know how to force .vimrc to auto-open NERDTree each time vim is invoked? The operation system is *nix.

michael :
 au VimEnter *  NERDTree

in your vimrc should do it

:he autocmd.txt for background

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related