mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
tweak(lsp): eglot-code-action-indications: remove margin
Ref: doomemacs/community#37
This commit is contained in:
parent
5b9978c636
commit
d6e1f25e77
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@
|
|||
(append (if (modulep! :checkers syntax -flymake)
|
||||
'(flymake))
|
||||
(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
|
||||
(set-popup-rule! "^\\*eglot-help" :size 0.15 :quit t :select t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue