summaryrefslogtreecommitdiff
path: root/ale_linters/text/textlint.vim
blob: 8fafdd7d4e90ab66d24a2c752e755734179af6d0 (plain)
1
2
3
4
5
6
7
8
9
" Author: Yasuhiro Kiyota <yasuhiroki.duck@gmail.com>
" Description: textlint, a proofreading tool (https://textlint.github.io/)

call ale#linter#Define('text', {
\   'name': 'textlint',
\   'executable_callback': 'ale#handlers#textlint#GetExecutable',
\   'command_callback': 'ale#handlers#textlint#GetCommand',
\   'callback': 'ale#handlers#textlint#HandleTextlintOutput',
\})