Indicate that lsp-find-implementation is async as well

- this fixes an issue that when there are multiple implementations, jump
  to one implementation that's in another file fails
This commit is contained in:
Yiming Chen 2021-04-17 08:54:50 +08:00
parent 6563e89bda
commit 00de463d10

View file

@ -59,7 +59,7 @@ about it (it will be logged to *Messages* however).")
:definition #'+lsp-lookup-definition-handler :definition #'+lsp-lookup-definition-handler
:references #'+lsp-lookup-references-handler :references #'+lsp-lookup-references-handler
:documentation '(lsp-describe-thing-at-point :async t) :documentation '(lsp-describe-thing-at-point :async t)
:implementations #'lsp-find-implementation :implementations '(lsp-find-implementation :async t)
:type-definition #'lsp-find-type-definition) :type-definition #'lsp-find-type-definition)
(defadvice! +lsp--respect-user-defined-checkers-a (orig-fn &rest args) (defadvice! +lsp--respect-user-defined-checkers-a (orig-fn &rest args)