tweak(lsp): :size 0.3 for eglot/lsp popups

Mainly for consistency. Might be a little big for folks with larger
displays.
This commit is contained in:
Henrik Lissner 2026-02-13 22:25:55 -05:00
parent 1b8ea914de
commit 2113b02e49
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
eglot-code-action-indications '(eldoc-hint))
:config
(set-popup-rule! "^\\*eglot-help" :size 0.15 :quit t :select t)
(set-popup-rule! "^\\*eglot-help" :size 0.3 :quit t :select t)
(set-lookup-handlers! 'eglot--managed-mode
:definition #'xref-find-definitions
:references #'xref-find-references

View file

@ -61,7 +61,7 @@ Can be a list of backends; accepts any value `company-backends' accepts.")
(lsp-signature-stop)
t)))
(set-popup-rule! "^\\*lsp-\\(help\\|install\\)" :size 0.35 :quit t :select t)
(set-popup-rule! "^\\*lsp-\\(help\\|install\\)" :size 0.3 :quit t :select t)
(set-lookup-handlers! 'lsp-mode
:definition #'+lsp-lookup-definition-handler
:references #'+lsp-lookup-references-handler