blob: dbfe0173b3dead6e4a4c31ad0ba1d2213022193c (
plain)
1
2
3
4
5
6
7
|
(use-package dumb-jump
:ensure t
:custom
(dumb-jump-prefer-searcher 'rg)
(xref-show-definitions-function #'consult-xref)
:config
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate))
|