Thanks to visit codestin.com
Credit goes to docs.lapce.dev

Plugin development

Publish plugin

You can publish your plugin to the Lapce plugin registry (https://plugins.lapce.dev/Codestin Search App) by a cli.

To install the cli, run

cargo install volts

On plugins.lapce.dev, login via Github, and you can create an API token to use for the cli.

Then in the plugin folder, run

volts publish

It should publish the plugin to the registry.

Last updated