diff --git a/channel.json b/channel.json index 6bd00cc..ea506fc 100644 --- a/channel.json +++ b/channel.json @@ -87,6 +87,9 @@ "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/palettero.json", // cheat plugin - "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json" + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json", + + // microgit plugin + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/microgit.json" ] diff --git a/plugins/microgit.json b/plugins/microgit.json new file mode 100644 index 0000000..1b646b1 --- /dev/null +++ b/plugins/microgit.json @@ -0,0 +1,16 @@ +[{ + "Name": "microgit", + "Description": "Git integration with status in statusline, gutter indicators, blame support, and git commands", + "Tags": ["git", "version-control", "vcs"], + "Website": "https://github.com/sirjoaorodrigues/microgit", + "License": "MIT", + "Versions": [ + { + "Version": "1.0.1", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/microgit-1.0.1.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] +}]