-
Notifications
You must be signed in to change notification settings - Fork 529
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: Scheme not working correctly after upgrading neovim 0.9.5 to 0.10.0 #333
Comments
@theKnightsOfRohan try my fixed version: https://github.com/kuangliu/onedark.vim |
@kuangliu Unfortunately, the fixed version doesn't work either on 0.10.0. |
@theKnightsOfRohan That's weird. This is my lazy config:
|
The red colors for me don't match @kuangliu. 0.9.5 w/ original:0.10.0 w/ original:0.10.0 w/ yours: |
@theKnightsOfRohan |
I got it working now with your fork. Thanks! |
@theKnightsOfRohan I don't think this should be marked at completed, since it's still an issue in the repo (even if the fork fixes it). @kuangliu would you mind opening a PR with the fixes you made? Thanks for those, by the way! |
Sorry about that. :P |
Personally, I don't recommend nvim-0.10 users continue using this plugin.
|
I instead switched to the direct lua port of this plugin and this modified the scheme as I saw fit as well, since I like my transparent background and navarasu's is a little weird about background. The lua port, ii14/onedark.nvim, is a lot easier of a transition. |
Terminal Emulator Info
Terminal emulator(s) and their version(s) used, if applicable: iTerm2, Build 3.4.23
Output From
vim --version
Issue Description
In neovim 0.10.0, they seem to have renamed a lot of the treesitter highlight groups from 0.9.5, leading to a lot of the colors formerly applied by this colorscheme to revert to white. This also applies to the lsp highlighting. Here is the link to their article.
The text was updated successfully, but these errors were encountered: