Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created February 22, 2013 05:00
Show Gist options
  • Save supermomonga/5010842 to your computer and use it in GitHub Desktop.
Save supermomonga/5010842 to your computer and use it in GitHub Desktop.
let g:quickrun_config = {
\ '_' : {
\ 'hook/close_unite_quickfix/enable_hook_loaded' : 1,
\ 'hook/unite_quickfix/enable_failure' : 1,
\ 'hook/close_quickfix/enable_exit' : 1,
\ 'hook/close_buffer/enable_failure' : 1,
\ 'hook/close_buffer/enable_empty_data' : 1,
\ 'outputter' : 'multi:buffer:quickfix',
\ 'hook/u_nya_/enable' : 1,
\ 'hook/u_nya_/sleep' : 20,
\ 'hook/sweep/enable' : 0,
\ 'outputter/buffer/split' : ':botright 8sp',
\ 'outputter/buffer/running_mark' : 'バン(∩`・ω・)バンバンバンバン゙ン',
\ 'runner' : 'vimproc',
\ 'runner/vimproc/updatetime' : 40,
\ 'runner/vimproc/sleep' : 0,
\ }
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment