Focus lsp doc popup after +lookup/documentation
This commit is contained in:
parent
963d3695b9
commit
abfa09f86d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ working on that project after closing the last buffer.")
|
||||||
lsp-enable-on-type-formatting nil)
|
lsp-enable-on-type-formatting nil)
|
||||||
|
|
||||||
:config
|
: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
|
(set-lookup-handlers! 'lsp-mode :async t
|
||||||
:documentation #'lsp-describe-thing-at-point
|
:documentation #'lsp-describe-thing-at-point
|
||||||
:definition #'lsp-find-definition
|
:definition #'lsp-find-definition
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue