1
0
Fork 0
mirror of synced 2024-05-30 14:01:11 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/text/textlint.vim
2018-03-31 11:55:20 -03:00

10 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',
\})