From 701b1a5874d5f78c879642900a88cc0c4ed6d90a Mon Sep 17 00:00:00 2001 From: a11ce Date: Sat, 7 Mar 2026 13:33:40 -0800 Subject: [PATCH] Update micro-autofmt to 3.0.0 --- README.md | 2 +- plugins/micro-autofmt.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d8680a..f5bfcf3 100644 --- a/README.md +++ b/README.md @@ -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: | diff --git a/plugins/micro-autofmt.json b/plugins/micro-autofmt.json index b5e3703..e382c80 100644 --- a/plugins/micro-autofmt.json +++ b/plugins/micro-autofmt.json @@ -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" }