]> git.lizzy.rs Git - micro-zigfmt.git/blob - README.md
repo.json: Add link to release archive
[micro-zigfmt.git] / README.md
1 micro-zigfmt
2 ============
3
4 Plugin for the [micro editor](https://github.com/zyedidia/micro) that provides support for:
5
6 - `zig fmt` on save
7 - `zig fmt --check` integration with the official linter plugin
8
9 ## Installation
10
11 Install by cloning this into your plug directory:
12
13 ```
14 git clone https://github.com/squeek502/micro-zigfmt ~/.config/micro/plug/zigfmt
15 ```
16
17 ## Usage
18
19 See [the help file](help/zigfmt.md)
20
21 Or, after installation, from within micro:
22
23 ```
24 > help zigfmt
25 ```