bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Allow customization of grep commands. #137

Closed abizjak closed 4 years ago

abizjak commented 4 years ago

This is especially useful in the case of the git grep command where it is often desirable to recurse into submodules with something like git --no-pager grep --recurse-submodules --no-color -n%c -e %p -- %f

This fixes #134

bbatsov commented 4 years ago

Thanks!