Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing NERDTree Commands

Tags:

vim

nerdtree

I am relatively new to vim and have an issue with NERDTree that I can't seem to figure out.

I seem to be missing a whole bunch of commands so when I map them to keys, I get the message (for example)

Not an editor command: NERDTreeMapToggleBookmarks

If I run :command I can see all the NERDTree global commands in there (those in section 2.1 of the docs) and these all seem to work but that's it.

I am using NERDTree 4.1.0 which I downloaded fresh from the github repo. I suspect I may have either missed a step when setting up the plugin or am missing something in my .vimrc but I am at a bit of a loss.

Anyone have any pointers? Like I say, I am new to vim so it could be something really stupid or obvious!! ;)

Many thanks

like image 212
Addsy Avatar asked Jul 30 '26 22:07

Addsy


1 Answers

I had the same issue after updating Vundle to the new interface. Make sure you have

call vundle#begin()

and

call vundle#end()

wrapping your Plugin calls.

like image 159
mintwhip Avatar answered Aug 01 '26 13:08

mintwhip



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!