jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
541 stars 99 forks source link

passing rg flags #68

Open laoshaw opened 1 month ago

laoshaw commented 1 month ago

sometimes I just want to grep the whole word, rg -w sometimes I want to be smartcase -S sometimes I want to ignore certain files

it would be nice is there is a config that I can add those flags myself