From 0700c66a4df815248043471964f934d8ee415442 Mon Sep 17 00:00:00 2001 From: Xuejie Xiao Date: Fri, 10 Sep 2021 11:00:05 +0800 Subject: [PATCH] Add acme style editing plugin --- channel.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/channel.json b/channel.json index 353e702..62a2742 100644 --- a/channel.json +++ b/channel.json @@ -84,5 +84,8 @@ "https://raw.githubusercontent.com/terokarvinen/micro-jump/main/repo.json", // detectindent plugin - "https://raw.githubusercontent.com/dmaluka/micro-detectindent/master/repo.json" + "https://raw.githubusercontent.com/dmaluka/micro-detectindent/master/repo.json", + + // acme editing plugin + "https://raw.githubusercontent.com/xxuejie/micro-acme/main/repo.json" ]