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

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