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" ]