Skip to content

voronkovich/ctrlp-nerdtree.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

CtrlP plugin for opening NERDTree in specified directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published