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.
1 ===============================================================================
2 ALE Elm Integration *ale-elm-options*
5 ===============================================================================
6 elm-format *ale-elm-elm-format*
8 *ale-options.elm_format_executable*
9 *g:ale_elm_format_executable*
10 *b:ale_elm_format_executable*
12 g:ale_elm_format_executable
14 Default: `'elm-format'`
16 See |ale-integrations-local-executables|
18 *ale-options.elm_format_use_global*
19 *g:ale_elm_format_use_global*
20 *b:ale_elm_format_use_global*
22 g:ale_elm_format_use_global
24 Default: `get(g:, 'ale_use_global_executables', 0)`
26 See |ale-integrations-local-executables|
28 *ale-options.elm_format_options*
29 *g:ale_elm_format_options*
30 *b:ale_elm_format_options*
32 g:ale_elm_format_options
36 This variable can be set to pass additional options to elm-format.
39 ===============================================================================
40 elm-ls *ale-elm-elm-ls*
42 *ale-options.elm_ls_executable*
43 *g:ale_elm_ls_executable*
44 *b:ale_elm_ls_executable*
46 g:ale_elm_ls_executable
48 Default: `'elm-language-server'`
50 See |ale-integrations-local-executables|
52 *ale-options.elm_ls_use_global*
53 *g:ale_elm_ls_use_global*
54 *b:ale_elm_ls_use_global*
56 g:ale_elm_ls_use_global
58 Default: `get(g:, 'ale_use_global_executables', 1)`
60 See |ale-integrations-local-executables|
62 *ale-options.elm_ls_elm_path*
63 *g:ale_elm_ls_elm_path*
64 *b:ale_elm_ls_elm_path*
70 See |ale-integrations-local-executables|
72 *ale-options.elm_ls_elm_format_path*
73 *g:ale_elm_ls_elm_format_path*
74 *b:ale_elm_ls_elm_format_path*
75 elm_ls_elm_format_path
76 g:ale_elm_ls_elm_format_path
80 See |ale-integrations-local-executables|
82 *ale-options.elm_ls_elm_test_path*
83 *g:ale_elm_ls_elm_test_path*
84 *b:ale_elm_ls_elm_test_path*
86 g:ale_elm_ls_elm_test_path
90 See |ale-integrations-local-executables|
92 *ale-options.elm_ls_elm_analyse_trigger*
93 *g:ale_elm_ls_elm_analyse_trigger*
94 *b:ale_elm_ls_elm_analyse_trigger*
95 elm_ls_elm_analyse_trigger
96 g:ale_elm_ls_elm_analyse_trigger
100 One of 'change', 'save' or 'never'
103 ===============================================================================
104 elm-make *ale-elm-elm-make*
106 *ale-options.elm_make_executable*
107 *g:ale_elm_make_executable*
108 *b:ale_elm_make_executable*
110 g:ale_elm_make_executable
114 See |ale-integrations-local-executables|
116 *ale-options.elm_make_use_global*
117 *g:ale_elm_make_use_global*
118 *b:ale_elm_make_use_global*
120 g:ale_elm_make_use_global
122 Default: `get(g:, 'ale_use_global_executables', 0)`
124 See |ale-integrations-local-executables|
127 ===============================================================================
128 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: