fix(lsp): add popup rule for *lsp-install* buffers
This commit is contained in:
parent
0352ade454
commit
d981447674
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ about it (it will be logged to *Messages* however).")
|
|||
(lsp-signature-stop)
|
||||
t)))
|
||||
|
||||
(set-popup-rule! "^\\*lsp-help" :size 0.35 :quit t :select t)
|
||||
(set-popup-rule! "^\\*lsp-\\(help\\|install\\)" :size 0.35 :quit t :select t)
|
||||
(set-lookup-handlers! 'lsp-mode
|
||||
:definition #'+lsp-lookup-definition-handler
|
||||
:references #'+lsp-lookup-references-handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue