summaryrefslogtreecommitdiff
path: root/ale_linters/text/textlint.vim
blob: 67c4e3781f83bd5b99d54ec22ebddea0888da267 (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': function('ale#handlers#textlint#GetExecutable'),
\   'command': function('ale#handlers#textlint#GetCommand'),
\   'callback': 'ale#handlers#textlint#HandleTextlintOutput',
\})