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
Plugin authors generate a plugin manifest using the following steps:
go
gb
--manifest=hostName
These steps must be repeated every time the plugin handler registrations are changed.
This process should be automated in some way. Possible options are:
go generate
The text was updated successfully, but these errors were encountered:
Here's one possible workflow for users:
go get
remote#host#RegisterExecutable('mycommand')
This workflow requires the addition of RegisterExecutable and modification of remote#host#UpdateRemotePlugins.
RegisterExecutable
remote#host#UpdateRemotePlugins
Sorry, something went wrong.
was this addressed by #25 ?
Remote plugin "manifest" will be removed (and not supported) after neovim/neovim#27949 is implemented.
No branches or pull requests
Plugin authors generate a plugin manifest using the following steps:
go
,gb
or some other development tool.--manifest=hostName
command line flag to print a manifest.These steps must be repeated every time the plugin handler registrations are changed.
This process should be automated in some way. Possible options are:
go generate
tool for updating manifests.The text was updated successfully, but these errors were encountered: