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

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