summaryrefslogtreecommitdiff
path: root/ale_linters/mail/vale.vim
blob: 9b30bf65bf5c2e0eeea630bb26452000a16fd771 (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=line %t',
\   'callback': 'ale#handlers#unix#HandleAsWarning',
\})