Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]