shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W18: Invalid character in group name

jeusdi opened this issue · comments

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?

Is it the same problem? #113

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

I really recommand un upgrade of you nvim installation

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.

If any one with the trouble can test the PR ?