-
-
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
[Bug]: java rainbow highlighting not working #31
Comments
|
Looks like the plugin did not install properly for you. Can you please try uninstalling and installing it again? If that does not work, can you please post the directory contents of your local copy? You can use the |
https://gist.github.com/jay-babu/787c7376f0b058f1ca51c26df4a5bc1d. I uninstalled and installed and the same error came up again |
That's weird. Which version of Neovim are you running? Are you somehow lazy-loading this plugin? |
I was lazy loading, but just tried without it. the same problem |
I am using the lazy plugin manager |
Does the problem still persist on the current As for the health check, we can compare hash values. Here is the SHA-256 of my
If yours differs then there is something wrong with your file. |
addresses: AstroNvim#672 currently rainbow-delimiters do not load properly unless `:e` is run in the document. using VeryLazy event, it loads properly. I don't fully understand this, but I believe loading the file first then having rainbow-delimiters load causes it to not color everything properly. HiPhish/rainbow-delimiters.nvim#31 (comment). the `:e` fix seems to be known by the author
Neovim version
0.9.1
Language affected
Java
Query
No response
Strategy
No response
Description
The text was updated successfully, but these errors were encountered: