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

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