Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created June 27, 2015 09:37
Show Gist options
  • Save kozo2/5c155d6ec27ef795f528 to your computer and use it in GitHub Desktop.
Save kozo2/5c155d6ec27ef795f528 to your computer and use it in GitHub Desktop.
watchdogs and redepen
let g:quickrun_config = {}
let g:quickrun_config["markdown/watchdogs_checker"] = {
\ "type" : "watchdogs_checker/redpen"
\}
let g:quickrun_config["watchdogs_checker/redpen"] = {
\ "command" : "redpen",
\ "exec" : "%c %s:p",
\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment