shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
796 stars 107 forks source link

Invalid character in group name #113

Closed wesleyjrz closed 1 year ago

wesleyjrz commented 1 year ago

I've got this error message when I updated to bf4d094:

                    Error detected while processing nvim_exec() called at /home/wesleyjrz/.config/nvim/plugin/packer_compiled.lua:0:
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name

I rollback and it worked normally.

I'm using NVIM v0.7.0 with Packer.

antoineco commented 1 year ago

This feature needs to be guarded behind a version check, for example: https://github.com/sainnhe/everforest/blob/c60a594cc4adbfb863d3186f730765b0e1cb85eb/colors/everforest.vim#L466

hpb0412 commented 1 year ago

I have the same issue. Currently, I am using Neovim 0.7 with Packer. While waiting for the fix, I set my packer config like this:

  use({
    "shaunsingh/nord.nvim", -- Colorscheme
    commit = "78f5f001709b5b321a35dcdc44549ef93185e024",
  })

The commit hash is from the previous Merge Pull Request