selectrum: improve :tools lookup integration
- move `consult-xref` stuff to `:tools lookup` where it belongs - add selectrum functionality where possible, document what's beyond the scope of this PR
This commit is contained in:
parent
693eb3c9a4
commit
1fe0ad318b
4 changed files with 20 additions and 13 deletions
|
@ -100,12 +100,6 @@
|
|||
(setq consult-async-input-debounce 0.5)
|
||||
(setq consult-async-input-throttle 0.8))
|
||||
|
||||
(use-package! consult-xref
|
||||
:defer t
|
||||
:init
|
||||
(setq xref-show-xrefs-function #'consult-xref
|
||||
xref-show-definitions-function #'consult-xref))
|
||||
|
||||
(use-package! consult-flycheck
|
||||
:when (featurep! :checkers syntax)
|
||||
:after (consult flycheck))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue