brenoprata10 / nvim-highlight-colors

Highlight colors for neovim
724 stars 33 forks source link

Error init.lua line 222 (`then` missing) #98

Closed rachartier closed 6 months ago

rachartier commented 6 months ago

Hello, Since the last merge, there are an error:

vim/loader.lua:0: ...nvim-highlight-colors/lua/nvim-highlight-colors/init.lua:122: 'then' expected near 'return'

This makes the plugin unusable... If you want I can do a PR.

Thanks.

blumaa commented 6 months ago

I am also experiencing this error.

kohane27 commented 6 months ago

I'm also having this issue

brenoprata10 commented 6 months ago

Note to self. Add basic automated tests

image