Closed xpac27 closed 1 year ago
Thanks! But there is something needs to be improved.
Another comment: LSP virtual texts are grey by default, and colors are opt-in via an option.
I think it would be great to make Ycm's behavior consistent with the rest of the theme.
@sainnhe I addressed both your suggestions.
Here's the result by default:
And here's the result with let g:gruvbox_material_diagnostic_virtual_text = 'colored'
:
@antoineco the text on my firs screenshot is yellow because of a local change I made to my scheme :innocent: sorry for the confusion. My last 2 screenshots above show the actual behavior with g:gruvbox_material_diagnostic_text_highlight = 1
. Changing this setting to zero (or removing it) removes the background color. I believe this corresponds to the description.
Here's an other example enabling that setting and looking at both a warning and an error. They are highlighted in yellow and red. However both underlines show as yellow. I'm not sure if this is expected or not :thinking:
LGTM, too. Thanks!
Adding missing hl for YouCompleteMe virtual text.
This makes virtual text displayed next to warning and errors colored yellow or red when virtual text is enabled.