From 5f604dcc8fc443b855aac4eb2ef8b5a04ea73545 Mon Sep 17 00:00:00 2001 From: sum01 Date: Mon, 6 Nov 2017 23:14:05 -0500 Subject: [PATCH] Add fmt plugin --- README.md | 1 + channel.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab54ac3..2c8cadb 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This repository contains the 'channel.json' file which lists all official micro | `filemanager` | A file manager! | https://github.com/NicolaiSoeborg/filemanager-plugin | | `rubocop` | Rubocop autoformatting | https://github.com/computerers/micro-rubocop | | `vcs` | Mark changed lines in Git or Mercurial repositories | https://bitbucket.org/dermetfan/micro-vcs | +| `fmt` | A multi-language formatting plugin | https://github.com/sum01/fmt-micro | ## Adding your own plugin diff --git a/channel.json b/channel.json index 6d50cc3..6c21de7 100644 --- a/channel.json +++ b/channel.json @@ -48,5 +48,8 @@ "https://raw.githubusercontent.com/computerers/micro-rubocop/master/repo.json", // VCS plugin - "https://bitbucket.org/dermetfan/micro-vcs/raw/default/repo.json" + "https://bitbucket.org/dermetfan/micro-vcs/raw/default/repo.json", + + // fmt plugin + "https://github.com/sum01/fmt-micro/raw/master/repo.json" ]