feat(lsp,vertico): remap xref-find-apropos to...
...consult-lsp-symbols
This commit is contained in:
parent
3112b9a6d6
commit
a10ac0e609
1 changed files with 7 additions and 0 deletions
|
@ -216,3 +216,10 @@ instead is more sensible."
|
||||||
(use-package! lsp-ivy
|
(use-package! lsp-ivy
|
||||||
:when (featurep! :completion ivy)
|
:when (featurep! :completion ivy)
|
||||||
:commands lsp-ivy-workspace-symbol lsp-ivy-global-workspace-symbol)
|
:commands lsp-ivy-workspace-symbol lsp-ivy-global-workspace-symbol)
|
||||||
|
|
||||||
|
|
||||||
|
(use-package! consult-lsp
|
||||||
|
:defer t
|
||||||
|
:when (featurep! :completion vertico)
|
||||||
|
:init
|
||||||
|
(map! :map lsp-mode-map [remap xref-find-apropos] #'consult-lsp-symbols))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue