mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
tweak(lsp): eglot-code-action-indications: remove margin
Ref: doomemacs/community#37
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user