diff options
Diffstat (limited to 'doc/ale-gleam.txt')
-rw-r--r-- | doc/ale-gleam.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/ale-gleam.txt b/doc/ale-gleam.txt new file mode 100644 index 00000000..3ca199b6 --- /dev/null +++ b/doc/ale-gleam.txt @@ -0,0 +1,23 @@ +=============================================================================== +ALE Gleam Integration *ale-gleam-options* + *ale-integration-gleam* + +=============================================================================== +Integration Information + + Currently, the only supported linter for gleam is gleamlsp. + + +=============================================================================== +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: |