Skip to content
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

Open
devloos opened this issue Oct 17, 2022 · 9 comments
Open

Invalid character group name #93

devloos opened this issue Oct 17, 2022 · 9 comments

Comments

@devloos
Copy link

devloos commented Oct 17, 2022

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.

vim.o.background = 'dark'
require('vscode').setup{}

this was stripped from the documentation

I am using packer to install the plugin
this is the error message
Screen Shot 2022-10-17 at 10 23 57 AM

The odd part is I am getting the theme to work but I continue to get this error every time I open nvim

@jrop
Copy link

jrop commented Oct 17, 2022

I'm experiencing the same issue. I have confirmed it is caused by this commit:

ec639c1

@jrop
Copy link

jrop commented Oct 17, 2022

I've also confirmed that the new highlight groups work with NeoVim 0.8. I was running 0.7 previously.

@devloos
Copy link
Author

devloos commented Oct 17, 2022

I see I am using 0.7 as well

@devloos
Copy link
Author

devloos commented Oct 17, 2022

It also fixed the issue when upgrading to 0.8

@amplexus
Copy link

I see this error with 0.7.2 using this colorscheme.

@wongjiahau
Copy link
Contributor

Upgrading Neovim to v0.8 fixed this issue.

@lazywei
Copy link

lazywei commented Oct 26, 2022

Hmm... I'm on NeoVim v0.8 but still getting this, any thought on what it might be?

@lazywei
Copy link

lazywei commented Oct 26, 2022

Upgrading to NVIM 0.9 solves this lol ..

@amplexus
Copy link

amplexus commented Oct 27, 2022

I see this error with 0.7.2 using this colorscheme.

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:

use { 'Mofiqul/vscode.nvim' }

With:

use { 'Mofiqul/vscode.nvim', commit = "c5125820a0915ef50f03fae10423c43dc49c66b1" }

Other plugin managers will have a similar mechanism to pin a specific commit for a plugin.

lindhe added a commit to lindhe/dotfiles that referenced this issue Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants