We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug after changing color scheme, the created highlight groups get deleted (for most color schemes) and it disables highlighting
To Reproduce use a color scheme such as tokyonight, gruvbox, etc... open up file with colorization reload color scheme
Suggestion I'm relatively new to nvim and lua, but maybe something like an autocmd could work that executes the function again?
The text was updated successfully, but these errors were encountered:
maybe related to
cocopon/iceberg.vim#90
Sorry, something went wrong.
fixed here https://github.com/NvChad/nvim-colorizer.lua
feat: highlights 0xRRGGBB and 0xRGB (norcalli#91)
f134063
* ref: cleans up lua * feat: highlights 0xRRGGBB and 0xRGB * chore: updates function parameter type hints * ref: renames parsers and updates readme
norcalli
No branches or pull requests
Describe the bug
after changing color scheme, the created highlight groups get deleted (for most color schemes) and it disables highlighting
To Reproduce
use a color scheme such as tokyonight, gruvbox, etc...
open up file with colorization
reload color scheme
Suggestion
I'm relatively new to nvim and lua, but maybe something like an autocmd could work that executes the function again?
The text was updated successfully, but these errors were encountered: