azabiong / vim-highlighter

Highlight words and expressions
MIT License
226 stars 9 forks source link

No such group or event: ColorSchemePre * call highlighter#ColorScheme('pre') after installing #2

Closed Viser closed 2 years ago

Viser commented 2 years ago

Hi, I've got such error just after install

Error detected while processing /home/user/.vim/bundle/vim-highlighter/plugin/highlighter.vim: line 47: E216: No such group or event: ColorSchemePre * call highlighter#ColorScheme('pre')

Can you please advise?

azabiong commented 2 years ago

Thank you for checking this. May I know your vim version?

Viser commented 2 years ago

NVIM v0.5.1

azabiong commented 2 years ago

I guess the event ColorSchemePre should be supported in the version already, but why it says that it is not defined? If possible, I think it would be a good idea to re-install recent version of nvim.

Viser commented 2 years ago

hmmm, got it working after plugin reinstall

azabiong commented 2 years ago

Great! thank you for the update.

Viser commented 2 years ago

Thanks for support!