kaicataldo / material.vim

🎨 A port of the Material color scheme for Vim/Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W18: Invalid character in group name

Goku-San opened this issue · comments

Hello,
I just updated and got this error. I use vim 9.0.0910. I tried to debug and the problem is in this file, the work that you did yesterday :) 05efa0c

I solved it by adding if condition after L563 " Tree-sitter , upto L591.

if has('nvim')
...
endif

I don't know how to ask if it has tree-sitter :D

Found possible other solutions, but I don't know how to implement them.
elixir issue on nvim-treesiter repo and among the comments I found this

If you could be kind enough to implement at least the if statement :)

Thanks.

Thanks for the report. I don't have time to fix this myself right now, but I'll go ahead and revert that last PR and ask the author to revisit if they'd still like to work on it.