ctrlp-nerdtree.vim icon indicating copy to clipboard operation
ctrlp-nerdtree.vim copied to clipboard

CtrlP plugin for opening NERDTree in specified directory.

ctrlp-nerdtree

This CtrlP extension allows you to open the NERDTree in a specified directory. It works only in Unix-like operating systems.

How to use

:CtrlPNerdTree

By default the plugin ignores hidden directories. You can change this by adding:

let g:ctrlp_nerdtree_show_hidden = 1

to your .vimrc

Installation

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'

License

Copyright (c) Voronkovich Oleg. Distributed under the same terms as Vim itself. See :help license.