We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried installing Semshi using Lazy and the default settings but i get the following error after running UpdateRemotePlugin:
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
NVIM v0.10.0-dev-2293+gc4417ae70-Homebrew
The text was updated successfully, but these errors were encountered:
Your python version is 3.12?
Sorry, something went wrong.
That is strange. provider#python3#Require is a function that exists in neovim for python providers to work. Do you have has("python3") == 1?
provider#python3#Require
has("python3") == 1
No branches or pull requests
I tried installing Semshi using Lazy and the default settings but i get the following error after running
UpdateRemotePlugin
:This on:
NVIM v0.10.0-dev-2293+gc4417ae70-Homebrew
The text was updated successfully, but these errors were encountered: