jacoborus / tender.vim

A 24bit colorscheme for Vim, Airline and Lightline
MIT License
1.15k stars 83 forks source link

Parsing errors on neovim #60

Closed cujomalainey closed 7 months ago

cujomalainey commented 8 months ago

Expected Behavior

No errors on startup

Current Behavior

Error detected while processing /usr/local/google/home/cujomalainey/.local/share/nvim/plugged/tender.vim/colors/tender.vim:                                  
line  277:                                                                                                                                                   
W18: Invalid character in group name                                                                                                                         
line  278:                                                                                                                                                   
W18: Invalid character in group name                                                                                                                         
line  279:                                                                                                                                                   
W18: Invalid character in group name 

Bug introduced in this commit https://github.com/jacoborus/tender.vim/commit/35fcab45f752776c914225c1da6123ee7572998f

I can check out it's parent and it works fine

Context

Annoying spam on editor open

My Environment

cujomalainey commented 8 months ago

Wouldn't be surprised if this is simply debian being so far behind that this is a syntax unknown to the editor

jacoborus commented 7 months ago

Thanks for reporting @cujomalainey . It's not a Debian problem, it's a problem in the colorscheme generator estilo. I thought the @ prefix was part of the Neovim syntax, but it depends on some plugins: lsp-config and tree-sitter. I'm trying to figure out how to incorporate them into estilo without adding breaking changes

jacoborus commented 7 months ago

I just added a temporary fix to this repo, hope it works

cujomalainey commented 7 months ago

I just added a temporary fix to this repo, hope it works

Just pulled down on my macbook, seems to work, will test the debian machine later today :)

cujomalainey commented 7 months ago

I just added a temporary fix to this repo, hope it works

Just pulled down on my macbook, seems to work, will test the debian machine later today :)

Debian also validated, thanks for the quick fix