When I have cursorline set (:set cursorline
) and a color that vim-css-color changes the backgroung for (for instance background: orange;
), the background color set because of cursorline overrides the one set by vim-css-color. However when I search (and I have hlsearch
enabled), the yellow of the matched word(s) from the search overrides the cursorline background. Is there a way this plugin can do the same?
image showing the issue:
