summaryrefslogtreecommitdiff
path: root/ale_linters/mail/proselint.vim
blob: 82c8d1f88e3b5ed58591949ee440c08f16d9ca52 (plain)
1
2
3
4
5
6
7
8
9
" Author: Daniel M. Capella https://github.com/polyzen
" Description: proselint for mail files

call ale#linter#Define('mail', {
\   'name': 'proselint',
\   'executable': 'proselint',
\   'command': 'proselint %t',
\   'callback': 'ale#handlers#unix#HandleAsWarning',
\})