Add popup rule for *lsp-help*

This commit is contained in:
Henrik Lissner 2020-04-11 23:05:54 -04:00
parent 8e4ecdf668
commit 42084af680
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -56,6 +56,7 @@ working on that project after closing the last buffer.")
lsp-enable-on-type-formatting nil)
:config
(set-popup-rule! "^\\*lsp-help" :size 0.35 :quit t)
(set-lookup-handlers! 'lsp-mode :async t
:documentation #'lsp-describe-thing-at-point
:definition #'lsp-find-definition