Merge pull request #5072 from samwhitlock/me_dev
Noting the lsp-peek handlers as :async
This commit is contained in:
commit
c4a6410e27
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ instead is more sensible."
|
||||||
(set-lookup-handlers! 'lsp-ui-mode
|
(set-lookup-handlers! 'lsp-ui-mode
|
||||||
:definition 'lsp-ui-peek-find-definitions
|
:definition 'lsp-ui-peek-find-definitions
|
||||||
:implementations 'lsp-ui-peek-find-implementation
|
:implementations 'lsp-ui-peek-find-implementation
|
||||||
:references 'lsp-ui-peek-find-references))
|
:references 'lsp-ui-peek-find-references
|
||||||
|
:async t))
|
||||||
|
|
||||||
(setq lsp-ui-peek-enable (featurep! +peek)
|
(setq lsp-ui-peek-enable (featurep! +peek)
|
||||||
lsp-ui-doc-max-height 8
|
lsp-ui-doc-max-height 8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue