ripgrep support over grep #265
TurtleKingCode
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My current greatest qualm with Gp.nvim is the lack of support for ripgrep and the insistance to use grep. I find no reason why I should install grep when I already have it superior successor installed on my system. Having a feature in the plugin that detects or at least allows us to select whether we use grep or ripgrep would be much appreciated. Right now, my stitched-together solution is to inter the source code of my lazy install of Gp.nvim and change every instance of 'grep' to 'ripgrep' or 'rg'.
Otherwise, Gp.nvim is a phenomenal tool that I use for more than just code but day-to-day writing.
Beta Was this translation helpful? Give feedback.
All reactions