Update document for textlint

This commit is contained in:
yasuhiroki
2018-03-24 14:39:05 +09:00
parent 1d33d2cacf
commit 562862073f
4 changed files with 42 additions and 4 deletions
+30
View File
@@ -2,6 +2,36 @@
ALE Text Integration *ale-text-options*
===============================================================================
textlint *ale-text-textlint*
The options for the textlint linter are global because it does not make
sense to have them specified on a per-language basis.
g:ale_textlint_executable *g:ale_textlint_executable*
*b:ale_textlint_executable*
Type: |String|
Default: `'textlint'`
See |ale-integrations-local-executables|
g:ale_textlint_options *g:ale_textlint_options*
*b:ale_textlint_options*
Type: |String|
Default: `''`
This variable can be set to pass additional options to textlint.
g:ale_textlint_use_global *g:ale_textlint_use_global*
*b:ale_textlint_use_global*
Type: |Number|
Default: `0`
See |ale-integrations-local-executables|
===============================================================================
write-good *ale-text-write-good*