mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-22 08:47:15 +09:00
Move linter and go plugins to their own repos
The linter and go plugins are no longer 'default'. Their installation should be handled by the plugin manager: `> plugin install go` and `> plugin install linter`. The autoclose plugin will remain a default plugin because it provides a more essential feature. Closes #397
This commit is contained in:
@@ -162,8 +162,8 @@ MakeCommand("foo", "example.foo", MakeCompletion("example.complete"))
|
||||
|
||||
# Default plugins
|
||||
|
||||
For examples of plugins, see the default plugins `linter`, `go`, and `autoclose`.
|
||||
They are stored in Micro's GitHub repository [here](https://github.com/zyedidia/micro/tree/master/runtime/plugins).
|
||||
For examples of plugins, see the default `autoclose` plugin (stored in the normal micro core repo under `runtime/plugins/autoclose`) as well as
|
||||
any plugins that are stored in the official channel [here](https://github.com/micro-editor/plugin-channel).
|
||||
|
||||
# Plugin Manager
|
||||
|
||||
@@ -201,4 +201,4 @@ metadata for your plugin. Here is an example:
|
||||
Then open a pull request at github.com/micro-editor/plugin-channel adding a link to the
|
||||
raw `repo.json` that is in your plugin repository.
|
||||
To make updating the plugin work, the first line of your plugins lua code should contain the version of the plugin. (Like this: `VERSION = "1.0.0"`)
|
||||
Please make sure to use [semver](http://semver.org/) for versioning.
|
||||
Please make sure to use [semver](http://semver.org/) for versioning.
|
||||
|
||||
Reference in New Issue
Block a user