summaryrefslogtreecommitdiff
path: root/ale_linters/text/proselint.vim
blob: 9bfbb2ce09ef3e104cd2da84a8fc625e19ef3fd2 (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',
\   'callback': 'ale#handlers#HandleUnixFormatAsWarning',
\   'command': 'proselint %t',
\})