Add search thing at point support for rg search. The behavior and configuration are idential with helm-ag search thing at point.
Tests has been done
(setq helm-projectile-rg-insert-at-point nil).
helm-projectile-rg has default behavior same as current master branch.
(setq helm-projectile-rg-insert-at-point 'symbol)helm-projectile-rg lanuchs helm buffer with symbol under cursor. If nothing under cursor, rg helm buffer starts with no default string.
Add search thing at point support for rg search. The behavior and configuration are idential with
helm-ag
search thing at point.Tests has been done
(setq helm-projectile-rg-insert-at-point nil)
.helm-projectile-rg
has default behavior same as current master branch.(setq helm-projectile-rg-insert-at-point 'symbol)
helm-projectile-rg
lanuchs helm buffer with symbol under cursor. If nothing under cursor, rg helm buffer starts with no default string.