Any way to prevent error-squigglies on the indent guides? #569
-
When LSP servers produce errors for blocks of code like this: The indent guides also get the error underline, which looks super messy and buggy. Is there any way to prevent this? |
Beta Was this translation helpful? Give feedback.
Answered by
lukas-reineke
May 24, 2023
Replies: 1 comment 2 replies
-
This looks like a problem with your color scheme. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah this is the problem. It is also mentioned in the documentation.
You need
gui=nocombine
on that highlight group.If this is your own color scheme, just add it. If not, make a PR or issue in that repo to fix it.