All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE Zig Integration *ale-zig-options*
5 ===============================================================================
6 Integration Information
8 The following linters are supported for Zig:
10 * zlint (https://github.com/DonIsaac/zlint)
11 * zls (https://github.com/zigtools/zls)
14 ===============================================================================
15 zigfmt *ale-zig-zigfmt*
17 *ale-options.zig_zigfmt_executable*
18 *g:ale_zig_zigfmt_executable*
19 *b:ale_zig_zigfmt_executable*
21 g:ale_zig_zigfmt_executable
25 The executable that will be run for the `zig fmt` fixer.
28 ===============================================================================
31 *ale-options.zig_zlint_executable*
32 *g:ale_zig_zlint_executable*
33 *b:ale_zig_zlint_executable*
35 g:ale_zig_zlint_executable
39 This variable can be modified to change the executable path for `zlint`.
42 ===============================================================================
45 *ale-options.zig_zls_executable*
46 *g:ale_zig_zls_executable*
47 *b:ale_zig_zls_executable*
49 g:ale_zig_zls_executable
53 This variable can be modified to change the executable path for `zls`.
55 *ale-options.zig_zls_config*
56 *g:ale_zig_zls_config*
57 *b:ale_zig_zls_config*
63 WARNING: As of writing, zls does not support receiving configuration
64 from the client. This variable is a PLACEHOLDER until it does.
66 Dictionary with configuration settings for zls.
69 ===============================================================================
70 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: