mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Focus lsp doc popup after +lookup/documentation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user