Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This repository contains the 'channel.json' file which lists all official micro
| `zigfmt` | Provides `zig fmt` integration for Zig files | https://github.com/squeek502/micro-zigfmt | :heavy_check_mark: |
| `jlabbrev` | Provides backslash abbreviations from the julia prompt | https://github.com/MasFlam/jlabbrev | :heavy_check_mark: |
| `nord-colors` | A set of dark and light colorschemes based on Nord | https://github.com/KiranWells/micro-nord-tc-colors | :heavy_check_mark: |
| `autofmt` | Runs `yapf` (or other autoformatters) in place when saving files | https://github.com/a11ce/micro-yapf | :heavy_check_mark: |
| `autofmt` | Runs formatters on save | https://github.com/a11ce/micro-autofmt | :heavy_check_mark: |
| `bookmark` | Bookmark lines and quickly jump between saved positions | https://github.com/haqk/micro-bookmark | :heavy_check_mark: |
| `quickfix` | Adds a functionality similar to VIM quickfix pane | https://github.com/serge-v/micro-quickfix | :heavy_check_mark: |
| `jump` | Jump to any function, class or heading with F4. Go, Markdown, Python, C and in 40 other languages | https://github.com/terokarvinen/micro-jump | :heavy_check_mark: |
Expand Down
5 changes: 3 additions & 2 deletions plugins/micro-autofmt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"Description": "plugin to run formatters on save",
"Tags": ["formatter"],
"Website": "https://github.com/a11ce/micro-autofmt",
"License": "GNU General Public License v3",
"Versions": [
{
"Version": "1.0.0",
"Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/micro-autofmt-1.0.0.zip",
"Version": "3.0.0",
"Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/micro-autofmt-3.0.0.zip",
"Require": {
"micro": ">=2.0.8"
}
Expand Down