ericdanan/counsel-projectile

ripgrep and ag yield different result counts

ianyepan opened this issue · 1 comments

counsel-projectile-rg and counsel-projectile-ag yield different result counts, with the former counting multiple occurrences on the same line as one candidate. Is there a way to configure rg to behave the same as ag (multiple occurrences on the same line counted as multiple candidates)?

Solved by adding the --vimgrep option to counsel-rg-base-command