summaryrefslogtreecommitdiff
path: root/ale_linters/tex/vale.vim
blob: f64e72acdf0d6b1b20ec66a116af15b118371cdf (plain)
1
2
3
4
5
6
7
8
9
" Author: chew-z https://github.com/chew-z
" Description: vale for LaTeX files

call ale#linter#Define('tex', {
\   'name': 'vale',
\   'executable': 'vale',
\   'command': 'vale --output=JSON %t',
\   'callback': 'ale#handlers#vale#Handle',
\})