tweak(lsp): eglot-code-action-indications: remove margin

Ref: doomemacs/community#37
This commit is contained in:
Henrik Lissner
2025-09-24 21:11:12 -04:00
parent 5b9978c636
commit d6e1f25e77

View File

@@ -14,7 +14,11 @@
(append (if (modulep! :checkers syntax -flymake) (append (if (modulep! :checkers syntax -flymake)
'(flymake)) '(flymake))
(if (modulep! :completion company) (if (modulep! :completion company)
'(company)))) '(company)))
;; Margin indicator may increase line height due to glyph display
;; failures or emoji font height differences; I also think the eldoc
;; hint is enough.
eglot-code-action-indications '(eldoc-hint))
:config :config
(set-popup-rule! "^\\*eglot-help" :size 0.15 :quit t :select t) (set-popup-rule! "^\\*eglot-help" :size 0.15 :quit t :select t)