diff options
author | Arash Mousavi <mousavi.arash@gmail.com> | 2022-05-16 23:38:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 07:38:54 +0900 |
commit | 3d7b3a654160c41c628097e1aaf8f2af8fb15756 (patch) | |
tree | bd886a3f9b41d1205be40a77b3251cbf87343560 /doc/ale-zig.txt | |
parent | e343148e80f53073e2d9b2d7a421adec5e06ee66 (diff) | |
download | ale-3d7b3a654160c41c628097e1aaf8f2af8fb15756.zip |
Add zig fmt support (#4198)
* Add zig fmt support
* Review changes
* Fix linter errors
Diffstat (limited to 'doc/ale-zig.txt')
-rw-r--r-- | doc/ale-zig.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale-zig.txt b/doc/ale-zig.txt index 70a53bbb..cafa12a1 100644 --- a/doc/ale-zig.txt +++ b/doc/ale-zig.txt @@ -7,6 +7,18 @@ Integration Information Currently, the only supported linter for zig is zls. + +=============================================================================== +zigfmt *ale-zig-zigfmt* + +g:ale_zig_zigfmt_executable *g:ale_zig_zigfmt_executable* + *b:ale_zig_zigfmt_executable* + Type: |String| + Default: `'zig'` + + The executable that will be run for the `zig fmt` fixer. + + =============================================================================== zls *ale-zig-zls* |