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:
2022-06-02 00:01:56 +01:00
parent c5b149497b
commit 2b711bc453

View File

@@ -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: