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 Text Integration *ale-text-options*
5 ==============================================================================
6 cspell *ale-text-cspell*
8 See |ale-cspell-options|
11 ===============================================================================
12 textlint *ale-text-textlint*
14 The options for the textlint linter are global because it does not make
15 sense to have them specified on a per-language basis.
17 *ale-options.textlint_executable*
18 *g:ale_textlint_executable*
19 *b:ale_textlint_executable*
21 g:ale_textlint_executable
25 See |ale-integrations-local-executables|
27 *ale-options.textlint_options*
28 *g:ale_textlint_options*
29 *b:ale_textlint_options*
31 g:ale_textlint_options
35 This variable can be set to pass additional options to textlint.
37 *ale-options.textlint_use_global*
38 *g:ale_textlint_use_global*
39 *b:ale_textlint_use_global*
41 g:ale_textlint_use_global
43 Default: `get(g:, 'ale_use_global_executables', 0)`
45 See |ale-integrations-local-executables|
48 ===============================================================================
49 write-good *ale-text-write-good*
51 See |ale-write-good-options|
54 ===============================================================================
55 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: