Open dvdesolve opened 5 years ago
Seems like in current gruvbox theme SyntasticErrorSign
and SyntasticWarningSign
have no background color, SyntasticErrorLine
and SyntasticWarningLine
doesn't exist at all and SyntasticError
and SyntasticWarning
also have no background.
Is it possible to officially implement these colors?
ping
@morhetz can this be merged?
I use YouCompleteMe plugin for vim and gruvbox theme with dark background. My
.vimrc
:YCM supports on-the-fly diagnostics and marking problematic lines with left gutter symbol (which works just fine) and highlighting background for erroneous syntax. Let's consider the following example:
With default color scheme (I mean all gruvbox-related lines under
coloring
subsection in.vimrc
are commented out) I get the following result: Erroneous syntax is highlighted properly (the same true for left gutter symbol). However, if gruvbox color theme is enabled then I have no background highlighting neither for erroneous phrase nor for gutter symbol:May gruvbox have troubles with related groups?
(see also ycm-core/YouCompleteMe#3473 for extra info)