]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-text.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 'a39f715c13be3352193ffd9c5b7536b8786eff64' as '.vim/bundle/vim-lsp'
[etc/vim.git] / .vim / bundle / ale / doc / ale-text.txt
1 ===============================================================================
2 ALE Text Integration                                         *ale-text-options*
3
4
5 ==============================================================================
6 cspell                                                        *ale-text-cspell*
7
8 See |ale-cspell-options|
9
10
11 ===============================================================================
12 textlint                                                    *ale-text-textlint*
13
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.
16
17                                               *ale-options.textlint_executable*
18                                                     *g:ale_textlint_executable*
19                                                     *b:ale_textlint_executable*
20 textlint_executable
21 g:ale_textlint_executable
22   Type: |String|
23   Default: `'textlint'`
24
25   See |ale-integrations-local-executables|
26
27                                                  *ale-options.textlint_options*
28                                                        *g:ale_textlint_options*
29                                                        *b:ale_textlint_options*
30 textlint_options
31 g:ale_textlint_options
32   Type: |String|
33   Default: `''`
34
35   This variable can be set to pass additional options to textlint.
36
37                                               *ale-options.textlint_use_global*
38                                                     *g:ale_textlint_use_global*
39                                                     *b:ale_textlint_use_global*
40 textlint_use_global
41 g:ale_textlint_use_global
42   Type: |Number|
43   Default: `get(g:, 'ale_use_global_executables', 0)`
44
45   See |ale-integrations-local-executables|
46
47
48 ===============================================================================
49 write-good                                                *ale-text-write-good*
50
51 See |ale-write-good-options|
52
53
54 ===============================================================================
55   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: