mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ale/doc/ale-gleam.txt

31 lines
1.2 KiB
Plaintext

===============================================================================
ALE Gleam Integration *ale-gleam-options*
*ale-integration-gleam*
===============================================================================
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`.
===============================================================================
gleamlsp *ale-gleam-gleamlsp*
g:ale_gleam_gleamlsp_executable *g:ale_gleam_gleamlsp_executable*
*b:ale_gleam_gleamlsp_executable*
Type: |String|
Default: `'gleam'`
This variable can be modified to change the executable path for `gleamlsp`.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: