-
Notifications
You must be signed in to change notification settings - Fork 46
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
Colorizer not working #87
Comments
@aamijasmin i didnt code this colorizer plugin and looks like a complex mess, so i made a minimal one! within a week that will be made default, the development is going on in clean branch of UI repo |
Thx for your effort, but I found adding this to my /plugins/init.lua could fix some problems. {
"NvChad/nvim-colorizer.lua",
event = "BufEnter",
config = true,
}, It uses config=true to override the default setting of NVChad, which can cause:
|
@aamijasmin are you still having issues with this? I have made changes in the codebase so this may have been fixed. Let me know if you are still having issues. |
Describe the bug
Colorizer is not working on all the files
To Reproduce
Steps to reproduce the behavior:
Just check with few different files like, .zshrc and any css file
Screenshots
I have attached SS
Desktop (please complete the following information):
Debian
Terminator
Colorizer is working on my .zshrc file but not on css file, why ? any instructions. what am I doing wrong ? Please suggest
even it works on any random text file
The text was updated successfully, but these errors were encountered: