Focus lsp doc popup after +lookup/documentation

This commit is contained in:
Henrik Lissner 2020-04-14 21:39:53 -04:00
parent 963d3695b9
commit abfa09f86d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -56,7 +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-popup-rule! "^\\*lsp-help" :size 0.35 :quit t :select t)
(set-lookup-handlers! 'lsp-mode :async t
:documentation #'lsp-describe-thing-at-point
:definition #'lsp-find-definition