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',
|
2017-12-17 15:49:57 +00:00
|
|
|
\ 'command': 'vale --output=JSON %t',
|
|
|
|
\ 'callback': 'ale#handlers#vale#Handle',
|
2017-09-26 04:47:46 +00:00
|
|
|
\})
|