tools/lsp: Use general implementation lookup handler
This commit is contained in:
parent
6798966f78
commit
d8c6030a14
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue