summaryrefslogtreecommitdiff
path: root/ale_linters/text/proselint.vim
blob: 281b4ffae57ae833de77578eb6a801fd9d27a136 (plain)
1
2
3
4
5
6
7
8
9
" Author: poohzrn https://github.com/poohzrn
" Description: proselint for text files

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