Merge pull request #5072 from samwhitlock/me_dev

Noting the lsp-peek handlers as :async
This commit is contained in:
Henrik Lissner
2021-05-20 22:45:01 -04:00
committed by GitHub

View File

@ -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