-
Notifications
You must be signed in to change notification settings - Fork 117
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
Invalid character group name #93
Comments
I'm experiencing the same issue. I have confirmed it is caused by this commit: |
I've also confirmed that the new highlight groups work with NeoVim 0.8. I was running 0.7 previously. |
I see I am using 0.7 as well |
It also fixed the issue when upgrading to 0.8 |
I see this error with 0.7.2 using this colorscheme. |
Upgrading Neovim to v0.8 fixed this issue. |
Hmm... I'm on NeoVim v0.8 but still getting this, any thought on what it might be? |
Upgrading to NVIM 0.9 solves this lol .. |
For anyone else like me that is stuck on the 0.7.x version til the neovim-ppa package maintainers make 0.8+ part of the stable release, just lock in the last version of the vsode.nvim plugin that worked. If you're using packer plugin manager like me, then replace:
With:
Other plugin managers will have a similar mechanism to pin a specific commit for a plugin. |
Hello Team,
I am getting an error when trying to use the plugin, I am a novice at nvim but I isolated the problem as much as possible this is what's in my config.
this was stripped from the documentation
I am using packer to install the plugin

this is the error message
The odd part is I am getting the theme to work but I continue to get this error every time I open nvim
The text was updated successfully, but these errors were encountered: