aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/ale-gleam.txt
blob: dbf7ad9a5858100ec4f5434b8337be72a21fb605 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
===============================================================================
ALE Gleam Integration                                       *ale-gleam-options*
                                                        *ale-integration-gleam*


===============================================================================
gleam_format                                           *ale-gleam-gleam_format*

                                    *ale-options.gleam_gleam_format_executable*
                                          *g:ale_gleam_gleam_format_executable*
                                          *b:ale_gleam_gleam_format_executable*
gleam_gleam_format_executable
g: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*

                                        *ale-options.gleam_gleamlsp_executable*
                                              *g:ale_gleam_gleamlsp_executable*
                                              *b:ale_gleam_gleamlsp_executable*
gleam_gleamlsp_executable
g: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: