tools/lsp: Use general implementation lookup handler

This commit is contained in:
Seong Yong-ju 2020-05-29 16:52:31 +09:00
parent 6798966f78
commit d8c6030a14
3 changed files with 6 additions and 4 deletions

View file

@ -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