mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/lsp: Use general implementation lookup handler
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
:config
|
||||
(set-popup-rule! "^\\*eglot-help" :size 0.35 :quit t :select t)
|
||||
(set-lookup-handlers! 'eglot--managed-mode
|
||||
:implementations #'eglot-find-implementation
|
||||
:type-definition #'eglot-find-typeDefinition
|
||||
:documentation #'+eglot/documentation-lookup-handler)
|
||||
(when (featurep! :checkers syntax)
|
||||
(after! flycheck
|
||||
|
Reference in New Issue
Block a user