vim-nerdtree-tabs
vim-nerdtree-tabs copied to clipboard
nerdtree_tabs_open_on_console_startup does not work
Hi
I put let g:nerdtree_tabs_open_on_console_startup=1
in my ~./vimrc on Mac
But Vim on console still openes without NerdTree
I don't want to type :NerdTreeTabsOpen
every time I launch Vim.
Is there missing something in my configuration? or is it a bug?
Thanks.
A bit late, but for others looking for this answer, instead of using a plugin loader like Pathogen, install it manually. Just copy vim-nerdtree-tabs/nerdtree_plugin/vim-nerdtree-tabs.vim to the ~/.vim/plugin directory.
The plugin loader seems to start loading plugins after ~/.vimrc is loaded, causing the settings to fail.
Thanks habl, that worked for me!