jistr / vim-nerdtree-tabs

NERDTree and tabs together in Vim, painlessly
Apache License 2.0
1.43k stars 130 forks source link

Not working in neovim #88

Closed qazip closed 7 years ago

qazip commented 7 years ago

Hello,

I'm trying to use this plugin but it's not working. I've the following in my init.vim:

Plug·'jistr/vim-nerdtree-tabs' let·g:nerdtree_tabs_open_on_console_startup=1 let·g:nerdtree_tabs_open_on_new_tab=1

Doing NERDTreeTabsToggle gives me a Not an editor command error.

How do I fix this?

qazip commented 7 years ago

Well, apparently, you need NERDTree to use this plugin.. The "Just one NERDTree" bit in the README is misleading.