mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
feat(lsp,vertico): add consult-eglot
- Load when :tools lsp +eglot and :completion vertico are on - Bind consult-eglot-symbols to <leader> c j
This commit is contained in:
@@ -48,3 +48,10 @@ server getting expensively restarted when reverting buffers."
|
||||
(+lsp-optimization-mode -1))))
|
||||
server)))
|
||||
(funcall fn server))))
|
||||
|
||||
|
||||
(use-package! consult-eglot
|
||||
:defer t
|
||||
:when (featurep! :completion vertico)
|
||||
:init
|
||||
(map! :map eglot-mode-map [remap xref-find-apropos] #'consult-eglot-symbols))
|
||||
|
Reference in New Issue
Block a user