You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed rg is launched while editing my ~/.zshrc and fires up all the procs as it's searching all my home files.
Would it be possible to add options to whitelist / blacklist some paths ?
Regards,
The text was updated successfully, but these errors were encountered:
This plugin has option to set additional arguments for rg.
Here is my config for example. I created a file in gitignore format and passed it to rg for ignore
This prevents RipGrep from RIP-crashing my system when I edit a file in my home directory. Thanks to the ignore list, the list of files to search is reduced hundreds of times.
Just another idea for folks finding this issue, in my case I don't really want the RG source unless in specific use cases so I just trigger it manually like so :
Hey there ! 👋
I noticed
rg
is launched while editing my~/.zshrc
and fires up all the procs as it's searching all my home files.Would it be possible to add options to whitelist / blacklist some paths ?
Regards,
The text was updated successfully, but these errors were encountered: