Files
vimrc/sources_non_forked/ale/ale_linters/asciidoc/vale.vim
2018-12-17 12:33:49 +01:00

10 lines
284 B
VimL

" Author: Jeff Kreeftmeijer https://github.com/jeffkreeftmeijer
" Description: vale for AsciiDoc files
call ale#linter#Define('asciidoc', {
\ 'name': 'vale',
\ 'executable': 'vale',
\ 'command': 'vale --output=line %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})