vim-easygrep icon indicating copy to clipboard operation
vim-easygrep copied to clipboard

Multiple root dirs

Open hiqsol opened this issue 6 years ago • 1 comments

I want to ag recursively in . and in ./vendor (vendor is in .gitignore)

So I want search command to be: ag pattern . ./vendor

I tried :GrepRoot but didn't find how to configure multiple root dirs.

Thanks!

hiqsol avatar Jun 23 '18 16:06 hiqsol

Not 100% sure if that's correct, but try let g:EasyGrepRoot="search:.git,.svn,.hg,.ctrlp"

laur89 avatar Jul 02 '18 15:07 laur89