mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-12 19:06:53 +08:00
Add zig fmt support (#4198)
* Add zig fmt support * Review changes * Fix linter errors
This commit is contained in:
@@ -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*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user