I would like to customize the parameters when invoking ripgrep
from +default/search-project-for-symbol-at-point
(ex. adding --sortr path
to reverse sort results by path name).
Currently I copy&paste additional params in the Doom search buffer prompt.
Is there a way to customize/extend +default/search-project-for-symbol-at-point
with a small elisp helper with additional search params?
thank you