numirias / semshi

🌈 Semantic Highlighting for Python in Neovim
1.03k stars 34 forks source link

Error with highlighting #91

Closed ayushchakravarthy closed 4 years ago

ayushchakravarthy commented 4 years ago

The highlighting doesn't work and whenever I start nvim I get the following error: Error detected while processing BufWipeout Autocommands for "*":
E117: Unknown function: SemshiBufWipeout E117: Unknown function: SemshiBufWipeout

I get different errors each time I work with this plugin what do I do?

0xh007 commented 4 years ago

Yep, I'm no seeing this as well. Not sure if it's related, but seemed to pop up once I updated my ubuntu 20.04 server today.

0xh007 commented 4 years ago

Update: I reinstalled the plugin according to the readme, and it appears to be working again.

Saul-Dickson commented 4 years ago

I had the same problem. Go into your ~/.config/nvim/[site]/plugged/semshi directory and run [sudo] python setup.py install. That should fix the problem.