You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Hello, I have configured Neovim with LazyVim and added the colorizer plugin for text coloring, but the text still does not color correctly. Below are my configurations for your review to help resolve this issue.
Configurations:
Results
Operating System:
Ubuntu 23.10
Neovim Version:
v0.10.0
The text was updated successfully, but these errors were encountered:
Try calling ColorizerAttachToBuffer to see if tags are colored. If the function isn't available, then your setup lazy-load all plugins and you should provide and event to lazy so it knows when to load it, something like this:
But your issue is probably just in the opts table. Your pattern matcher is in a second dimention {'*'} and should be just a string '*' of you opts table.
Description:
Hello, I have configured Neovim with LazyVim and added the colorizer plugin for text coloring, but the text still does not color correctly. Below are my configurations for your review to help resolve this issue.
Configurations:
Results
Operating System:
Ubuntu 23.10
Neovim Version:
v0.10.0
The text was updated successfully, but these errors were encountered: