Fork me on GitHub
#spacemacs
<
2018-11-04
>
theeternalpulse23:11:11

doesn't seem to work since I moved to ivy

practicalli-johnny00:11:39

Does the Ivy layer in Spacemacs use counsel-rg package https://oremacs.com/2017/08/04/ripgrep/

practicalli-johnny00:11:54

I assume ripgrep is still installed on your operating system, so assume that ripgrep either didn't get added to Ivy (or if it was then it's in a later commit to Spacemacs than you are running)

theeternalpulse06:11:00

ag worked with arguments fine when I was using helm.

practicalli-johnny12:11:22

when you switch from helm to ivy, then search switches from helm-ag (which can use a number of search tools) to counsel. Given that there is discussion of counsel-rg as a package, I assume you would need that to use the same form of search switches in Ivy. counsel-ag is not part of the Spacemacs Ivy layer https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Bcompletion/ivy/packages.el

practicalli-johnny12:11:51

Perhaps the search tool used by counsel has switches that do similar things...

theeternalpulse05:11:24

I switched to the rg and am liking it, the arguements aren't going through though for some reason.

theeternalpulse05:11:44

like if I do -g*.test.js somestring