mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-31 03:46:56 +08:00
Support 'gleam format' as Gleam fixer (#4710)
This commit is contained in:
+10
-3
@@ -2,10 +2,17 @@
|
||||
ALE Gleam Integration *ale-gleam-options*
|
||||
*ale-integration-gleam*
|
||||
|
||||
===============================================================================
|
||||
Integration Information
|
||||
|
||||
Currently, the only supported linter for gleam is gleamlsp.
|
||||
===============================================================================
|
||||
gleam_format *ale-gleam-gleam_format*
|
||||
|
||||
g:ale_gleam_gleam_format_executable *g:ale_gleam_gleam_format_executable*
|
||||
*b:ale_gleam_gleam_format_executable*
|
||||
Type: |String|
|
||||
Default: `'gleam'`
|
||||
|
||||
This variable can be modified to change the executable path for
|
||||
`gleam format`.
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
Reference in New Issue
Block a user