7c643a2d9c
Read more here: https://github.com/w0rp/ale
9 lines
291 B
VimL
9 lines
291 B
VimL
" Author: rhysd https://rhysd.github.io
|
|
" Description: Redpen, a proofreading tool (http://redpen.cc)
|
|
|
|
call ale#linter#Define('rst', {
|
|
\ 'name': 'redpen',
|
|
\ 'executable': 'redpen',
|
|
\ 'command': 'redpen -f rest -r json %t',
|
|
\ 'callback': 'ale#handlers#redpen#HandleRedpenOutput',
|
|
\})
|