mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(lsp): override lsp-face-semhl-label
It seems to have recently been changed to default to the same face as comments, which I really do not like. Inheriting from font-lock-keyword-face seems fine though.
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
(lsp-signature-auto-activate t)
|
||||
(lsp-signature-render-documentation t)
|
||||
|
||||
:custom-face
|
||||
;; Override the default semhl label face.
|
||||
(lsp-face-semhl-label ((t (:inherit font-lock-keyword-face))))
|
||||
|
||||
;; Set read process output to 1MB, instead of default 4KB. As many language
|
||||
;; servers produce output ranging from 800KB to 3MB, leaving it at 4KB affects
|
||||
;; performance. More info here:
|
||||
|
||||
Reference in New Issue
Block a user