This CtrlP extension allows you to open the NERDTree in a specified directory. It works only in Unix-like operating systems.
:CtrlPNerdTree
By default the plugin ignores hidden directories. You can change this by adding:
let g:ctrlp_nerdtree_show_hidden = 1
to your .vimrc
If you use the MacOS you will need to install a findutils
package:
brew install findutils
Using pathogen
git clone git://github.com/voronkovich/ctrlp-nerdtree.vim ~/.vim/bundle/ctrlp-nerdtree.vim
Using vundle
Add to vimrc:
Plugin 'voronkovich/ctrlp-nerdtree.vim'
Copyright (c) Voronkovich Oleg. Distributed under the same terms as Vim itself.
See :help license
.