ale/ale_linters/mail/vale.vim

10 lines
259 B
VimL
Raw Normal View History

2017-09-26 04:47:46 +00:00
" Author: chew-z https://github.com/chew-z
" Description: vale for Markdown files
call ale#linter#Define('mail', {
\ 'name': 'vale',
\ 'executable': 'vale',
\ 'command': 'vale --output=line %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})