7c643a2d9c
Read more here: https://github.com/w0rp/ale
9 lines
379 B
VimL
9 lines
379 B
VimL
" 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',
|
|
\})
|