diff options
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* |