Merge pull request #4875 from dsdshcym/fix-lookup-documentation-handler
Indicate that lsp-describe-thing-at-point is async
This commit is contained in:
commit
8427af3247
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ about it (it will be logged to *Messages* however).")
|
|||
(set-lookup-handlers! 'lsp-mode
|
||||
:definition #'+lsp-lookup-definition-handler
|
||||
:references #'+lsp-lookup-references-handler
|
||||
:documentation #'lsp-describe-thing-at-point
|
||||
:implementations #'lsp-find-implementation
|
||||
:documentation '(lsp-describe-thing-at-point :async t)
|
||||
:implementations '(lsp-find-implementation :async t)
|
||||
:type-definition #'lsp-find-type-definition)
|
||||
|
||||
(defadvice! +lsp--respect-user-defined-checkers-a (orig-fn &rest args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue