Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created July 31, 2013 19:26
Show Gist options
  • Save supermomonga/6125292 to your computer and use it in GitHub Desktop.
Save supermomonga/6125292 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/unite_quickfix/no_focus' : 0,
\ 'hook/unite_quickfix/unite_options' : '-no-quit -direction=botright -winheight=12 -max-multi-lines=32 -no-start-insert',
\ '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/sweep/enable' : 0,
\ 'outputter/buffer/split' : ':botright 15sp',
\ 'outputter/buffer/running_mark' : 'バン(∩`・ω・)バンバンバンバン゙ン',
\ 'runner' : 'vimproc',
\ 'runner/vimproc/updatetime' : 100,
\ 'runner/vimproc/sleep' : 0,
\ }
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment