diff options
author | w0rp <devw0rp@gmail.com> | 2019-03-09 14:12:31 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-03-09 14:12:31 +0000 |
commit | c6a6a3793126e7cbcc08da1dadc8682b9f766647 (patch) | |
tree | 27fe7201eb1e5d957599b4877d2fb194422c33e0 /doc/ale.txt | |
parent | 7eae06d3f33b8c3cb490a3c08986cc8db9f78843 (diff) | |
download | ale-c6a6a3793126e7cbcc08da1dadc8682b9f766647.zip |
Update documentation for languagetool
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index eed2c8fb..5f98f269 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -22,8 +22,9 @@ CONTENTS *ale-contents* 6.1 Highlights........................|ale-highlights| 7. Linter/Fixer Options.................|ale-integration-options| 7.1 Options for alex..................|ale-alex-options| - 7.2 Options for write-good............|ale-write-good-options| - 7.3 Other Linter/Fixer Options........|ale-other-integration-options| + 7.2 Options for languagetool..........|ale-languagetool-options| + 7.3 Options for write-good............|ale-write-good-options| + 7.4 Other Linter/Fixer Options........|ale-other-integration-options| 8. Commands/Keybinds....................|ale-commands| 9. API..................................|ale-api| 10. Special Thanks......................|ale-special-thanks| @@ -2137,7 +2138,19 @@ g:ale_alex_use_global *g:ale_alex_use_global* ------------------------------------------------------------------------------- -7.2. Options for write-good *ale-write-good-options* +7.2. Options for languagetool *ale-languagetool-options* + +g:ale_languagetool_executable *g:ale_languagetool_executable* + *b:ale_languagetool_executable* + + Type: |String| + Default: `'languagetool'` + + The executable to run for languagetool. + + +------------------------------------------------------------------------------- +7.3. Options for write-good *ale-write-good-options* The options for `write-good` are shared between all filetypes, so options can be configured once. @@ -2167,7 +2180,7 @@ g:ale_writegood_use_global *g:ale_writegood_use_global* ------------------------------------------------------------------------------- -7.3. Other Linter/Fixer Options *ale-other-integration-options* +7.4. Other Linter/Fixer Options *ale-other-integration-options* ALE supports a very wide variety of tools. Other linter or fixer options are documented in additional help files. |