vim-nerdtree-tabs icon indicating copy to clipboard operation
vim-nerdtree-tabs copied to clipboard

nerdtree_tabs_open_on_console_startup does not work

Open WhiteFur opened this issue 11 years ago • 2 comments

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.

WhiteFur avatar Feb 20 '14 10:02 WhiteFur

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.

habl avatar Jul 28 '14 13:07 habl

Thanks habl, that worked for me!

npow avatar Mar 07 '16 18:03 npow