-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cursorline hides background colors set by vim-css-color #12
Comments
This is still a issue. |
I wouldn't mind but if the color is |
https://github.com/lilydjwg/colorizer also works with cursorline enabled and is not limited to CSS files. Unfortunately, it does not visualize named colors, e.g. "red". |
Hi everyone, I ended up merging two plugins(Aristotle Pagaltzis version of vim-css-colors) and colorizer, so that I can avoid this bug but keep hsl(a) and named colors. You can grab it here |
@gorodinskiy nice! I'm going to check it out. Thanks! |
My improved color highlight plugin also does not have that problem: https://github.com/chrisbra/color_highlight |
My optimised, HSL-supporting fork of this plugin now has a fix for |
When I have cursorline set (
:set cursorline
) and a color that vim-css-color changes the backgroung for (for instancebackground: orange;
), the background color set because of cursorline overrides the one set by vim-css-color. However when I search (and I havehlsearch
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:
The text was updated successfully, but these errors were encountered: