]> git.lizzy.rs Git - micro-zigfmt.git/blob - README.md
readme: Add more context
[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 for [Zig](https://github.com/ziglang/zig) files.
10
11 ## Installation
12
13 Install by cloning this into your plug directory:
14
15 ```
16 git clone https://github.com/squeek502/micro-zigfmt ~/.config/micro/plug/zigfmt
17 ```
18
19 ## Usage
20
21 See [the help file](help/zigfmt.md)
22
23 Or, after installation, from within micro:
24
25 ```
26 > help zigfmt
27 ```