mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -59,7 +59,7 @@ about it (it will be logged to *Messages* however).")
|
||||
:definition #'+lsp-lookup-definition-handler
|
||||
:references #'+lsp-lookup-references-handler
|
||||
:documentation '(lsp-describe-thing-at-point :async t)
|
||||
:implementations #'lsp-find-implementation
|
||||
:implementations '(lsp-find-implementation :async t)
|
||||
:type-definition #'lsp-find-type-definition)
|
||||
|
||||
(defadvice! +lsp--respect-user-defined-checkers-a (orig-fn &rest args)
|
||||
|
Reference in New Issue
Block a user