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

W18: Invalid character in group name #124

Closed jeusdi closed 1 year ago

jeusdi commented 1 year ago

I've just set up shaunsingh/nord.nvim theme.

When I start nvim, I'm getting:

Error detected while processing nvim_exec() called at /home/jeusdi/.local/share/nvim/site/pack/packer/start/nord.nvim/colors/nord.vim:9:
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
W18: Invalid character in group name
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'm using neovim version 0.7.2:

nvim --version                                                                                                                                                        took  4m 13s at  14:25:14
NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by team+vim@tracker.debian.org

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info

Any ideas?

Isrothy commented 1 year ago

Is it the same problem? https://github.com/shaunsingh/nord.nvim/issues/113

Hierosme commented 1 year ago

Actually many plugins cancel 0.7 support and work only with neovim >0.8

I really recommand un upgrade of you nvim installation

Hierosme commented 1 year ago

i think have found something: 1) the file colors/nord.vim can be migrate to pure lua 2) the code try to load nord.function and it file do not exist on the actual main branch 3) if the entry package should be init, then named_colors have been forget

I'll propose a PR but really need tester because i can't reproduse the issue.

Hierosme commented 1 year ago

If any one with the trouble can test the PR ?