azabiong / vim-highlighter

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

Getting No such group or event error #17

Closed dcDeba closed 1 year ago

dcDeba commented 1 year ago

I am getting the below error when I try to open any file:

Error detected while processing ~/.vim/pack/azabiong/start/vim-highlighter/plugin/highlighter.vim: line 58: E216: No such group or event: ColorSchemePre * call highlighter#ColorScheme('pre')

Note: I am using gruvbox as my colorscheme

azabiong commented 1 year ago

Thanks for your interest in this plugin. I guess upgrading to a newer version of Vim or Neovim seems like a simple solution.

dcDeba commented 1 year ago

Seems like upgrading my vim from 8.0 to 8.2 resolved the issue. Thank you !!