]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-gleam.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '76265755a1add77121c8f9dabb3e9bb70fe9a972' as '.vim/bundle/ale'
[etc/vim.git] / .vim / bundle / ale / doc / ale-gleam.txt
1 ===============================================================================
2 ALE Gleam Integration                                       *ale-gleam-options*
3                                                         *ale-integration-gleam*
4
5
6 ===============================================================================
7 gleam_format                                           *ale-gleam-gleam_format*
8
9                                     *ale-options.gleam_gleam_format_executable*
10                                           *g:ale_gleam_gleam_format_executable*
11                                           *b:ale_gleam_gleam_format_executable*
12 gleam_gleam_format_executable
13 g:ale_gleam_gleam_format_executable
14   Type: |String|
15   Default: `'gleam'`
16
17   This variable can be modified to change the executable path for
18   `gleam format`.
19
20
21 ===============================================================================
22 gleamlsp                                                   *ale-gleam-gleamlsp*
23
24                                         *ale-options.gleam_gleamlsp_executable*
25                                               *g:ale_gleam_gleamlsp_executable*
26                                               *b:ale_gleam_gleamlsp_executable*
27 gleam_gleamlsp_executable
28 g:ale_gleam_gleamlsp_executable
29   Type: |String|
30   Default: `'gleam'`
31
32   This variable can be modified to change the executable path for `gleamlsp`.
33
34
35 ===============================================================================
36   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: