mirror of https://github.com/amix/vimrc.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
300 B
10 lines
300 B
5 years ago
|
" Author: rhysd https://rhysd.github.io
|
||
|
" Description: Redpen, a proofreading tool (http://redpen.cc)
|
||
|
|
||
|
call ale#linter#Define('markdown', {
|
||
|
\ 'name': 'redpen',
|
||
|
\ 'executable': 'redpen',
|
||
|
\ 'command': 'redpen -f markdown -r json %t',
|
||
|
\ 'callback': 'ale#handlers#redpen#HandleRedpenOutput',
|
||
|
\})
|