Plugin for the micro editor that provides support for:
zig fmt
on savezig fmt --check
integration with the official linter plugin
for Zig files.
Using the plugin manager:
micro -plugin install zigfmt
Or from within micro (must restart micro afterwards for the plugin to be loaded):
> plugin install zigfmt
Or manually install by cloning this repo as zigfmt
into your plug
directory:
git clone https://github.com/squeek502/micro-zigfmt ~/.config/micro/plug/zigfmt
See the help file
Or, after installation, from within micro:
> help zigfmt