diff --git a/channel.json b/channel.json index 6bd00cc..ce97585 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", + + // yazi plugin + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-yazi.json" ] diff --git a/plugins/micro-yazi.json b/plugins/micro-yazi.json new file mode 100644 index 0000000..3b10dfd --- /dev/null +++ b/plugins/micro-yazi.json @@ -0,0 +1,14 @@ +[{ + "Name": "yazi", + "Description": "Yazi integration for Micro", + "Tags": ["filetree", "filemanager", "file", "manager"], + "Website": "https://github.com/kanvolu/yazi.micro", + "License": "MIT", + "Versions": [{ + "Version": "0.1.0", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/yazi-micro-0.1.0.zip", + "Require": { + "micro": ">=2.0.14" + } + }] +}]