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

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