mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-09 08:11:12 -07:00
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:
parent
1b8ea914de
commit
2113b02e49
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue