summaryrefslogtreecommitdiff
path: root/ale_linters/text/vale.vim
blob: 60bd799ff6f59059fac48ab3236ade64c82272a7 (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=line %t',
\   'callback': 'ale#handlers#unix#HandleAsWarning',
\})