Skip to content

MarSoft/nerdtree-grep-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

nerdtree-grep-plugin

A really rough integration of :grep with nerdtree. Adds a 'g' menu item that prompts the user for a search pattern to use with :grep. :grep is run on the selected dir (using the parent if a file is selected).

Originally written by scrooloose, enhanced by masaakif.

Installation

For Pathogen

git clone https://github.com/MarSoft/nerdtree-grep-plugin.git ~/.vim/bundle/nerdtree-grep-plugin

Now reload vim.

For Vundle

Plugin 'scrooloose/nerdtree'
Plugin 'MarSoft/nerdtree-grep-plugin'

For NeoBundle

NeoBundle 'scrooloose/nerdtree'
NeoBundle 'MarSoft/nerdtree-grep-plugin'

For Plug

Plug 'scrooloose/nerdtree'
Plug 'MarSoft/nerdtree-grep-plugin'

Releases

No releases published

Packages

No packages published