I'm trying to install nerdTree for my vim editor. So far I was able to download the source from the github in to .vim/bundle
.
However in the following video , they install the nerdTree via the rake
command, but in the latest git repo does not have a rake file.
And I tried as per the new README file, to copy and the plugin to .vim/bundle. Now it works, But when I select a node, it opens up in full screen closing the nerdTree.
As per in faq I added the following line in my ~/.vimrc file but no luck.
autocmd vimenter * if !argc() | NERDTree | endif
How can I set up nerdTree and when I open a directory I want to directory structure always in the left hand side of the screen. (like in textmate)