Merge pull request #3249 from sei40kr/eglot-improve

tools/lsp: improve eglot support
This commit is contained in:
Henrik Lissner 2020-07-22 20:41:22 -04:00 committed by GitHub
commit 2a325167f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 22 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