cosmicexplorer / helm-rg

ripgrep is nice
GNU General Public License v3.0
101 stars 21 forks source link

Is there a customize option that hides argv? #31

Open danking opened 3 years ago

danking commented 3 years ago

Howdy! This project is awesome. I just made a few changes to helm-projectile-rg so that rg excludes all the files listed in projectile's excluded directories and files list. Unfortunately, this makes the argv list really long (there's a bunch of --glob arguments). Is there a customize variable I can set to disable display of the argv or to elide the helm-rg--extra-args?

Thanks!