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