1
0
Fork 0
mirror of synced 2024-05-25 19:41:14 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/tex/vale.vim
2018-03-31 11:55:20 -03:00

10 lines
246 B
VimL

" 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',
\})