numirias / semshi

🌈 Semantic Highlighting for Python in Neovim
1.02k stars 33 forks source link

Load plugin/rplugin.vim #110

Open Ttayu opened 3 years ago

Ttayu commented 3 years ago

Fix #77, #87

This error occurs when you open a python file in neovim 0.5 or higher. Checked WSL(Ubuntu18.04), Mac Big Sur, Ubuntu18.04

UpdateRemotePlugins alone did not solve the problem, and I thought there was a problem with the loading part of rplugin.vim, so I tentatively fixed it this way. I'm sure there's another, better idea.