-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
using virtualtext as one option for highlight #55
base: master
Are you sure you want to change the base?
Conversation
Works really well so far. @norcalli: Can this be merged? |
Any update on this? Is it ready to be merged? |
I've been this daily for a long time, no issues found so far. |
RGB = true; -- #RGB hex codes | ||
RRGGBB = true; -- #RRGGBB hex codes | ||
names = true; -- "Name" codes like Blue | ||
RRGGBBAA = false; -- #RRGGBBAA hex codes | ||
rgb_fn = false; -- CSS rgb() and rgba() functions | ||
hsl_fn = false; -- CSS hsl() and hsla() functions | ||
css = false; -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB | ||
css_fn = false; -- Enable all CSS *functions*: rgb_fn, hsl_fn | ||
-- Available modes: foreground, background, sign, virtualtext | ||
mode = 'background'; -- Set the display mode. | ||
virtualtext = '■'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems a little dis-aligned, doesn't it?
Doesn't look like it works when setting the mode via |
Thank you for this, works fine for me. Why isn't this merged? |
@manankarnik, https://github.com/NvChad/nvim-colorizer.lua has this merged. |
@polyzen, Looks like this repo isn't maintained anymore. Would be nice if there was some indication of that (other than the last commit date) or the repo was archived. Anyway, thanks for linking a maintained fork 😁 |
Taking the inspiration from vim-hexokinase. Adding virtual text as one other option to create virtual text display mode.