cosmicexplorer / helm-rg

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

need a way to disable or modifiy the rg command: colors #21

Open rileyrg opened 4 years ago

rileyrg commented 4 years ago

It seems to be hardcoded to use --colors=ansi.

This is really grim for those of us who cant read the red matching font.

I tried export GREP_COLOR='1;32' and this works on my command line but not for helm-rg.