wookayin / semshi

🌈 Semantic Highlighting for Python in Neovim
79 stars 5 forks source link

Unable to install Semshi: Unknown function: provider#python3#Require #22

Open SalamanderXing opened 6 months ago

SalamanderXing commented 6 months ago

I tried installing Semshi using Lazy and the default settings but i get the following error after running UpdateRemotePlugin:

unction remote#host#UpdateRemotePlugins[6]..<SNR>29_RegistrationCommands[15]..remote#host#Require, line 10
Vim(let):E117: Unknown function: provider#python3#Require
remote/host: generated rplugin manifest: /Users/salamanderxing/.local/share/nvim/rplugin.vim

This on: NVIM v0.10.0-dev-2293+gc4417ae70-Homebrew

kobzar commented 6 months ago

Your python version is 3.12?

wookayin commented 4 months ago

That is strange. provider#python3#Require is a function that exists in neovim for python providers to work. Do you have has("python3") == 1?