1
0
Fork 0
mirror of synced 2024-09-20 21:22:54 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/text/textlint.vim
2018-03-31 11:55:20 -03:00

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