summaryrefslogtreecommitdiff
path: root/ale_linters/mail/vale.vim
blob: e6dfd2ec07cc15448ae4c6fae0c8b2e29dca919c (plain)
1
2
3
4
5
6
7
8
9
" 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=JSON %t',
\   'callback': 'ale#handlers#vale#Handle',
\})