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

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