Skip to content

Instantly share code, notes, and snippets.

@glidenote
Last active December 10, 2015 22:18
Show Gist options
  • Save glidenote/4500536 to your computer and use it in GitHub Desktop.
Save glidenote/4500536 to your computer and use it in GitHub Desktop.
vimで編集中のmarkdownをmarkedでプレビューする
let g:quickrun_config = {}
let g:quickrun_config.markdown = {
\ 'outputter' : 'null',
\ 'command' : 'open',
\ 'cmdopt' : '-a',
\ 'args' : 'Marked',
\ 'exec' : '%c %o %a %s',
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment