Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created May 19, 2013 14:05
Show Gist options
  • Save supermomonga/5607743 to your computer and use it in GitHub Desktop.
Save supermomonga/5607743 to your computer and use it in GitHub Desktop.
NeoBundle 'thinca/vim-quickrun'
NeoBundle 'osyo-manga/quickrun-hook-u-nya-'
NeoBundle 'osyo-manga/unite-quickfix'
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/sweep/enable' : 0,
\ 'outputter/buffer/split' : ':botright 15sp',
\ 'outputter/buffer/running_mark' : 'バン(∩`・ω・)バンバンバンバン゙ン',
\ 'runner' : 'vimproc',
\ 'runner/vimproc/updatetime' : 40,
\ 'runner/vimproc/sleep' : 0,
\ }
\ }
let g:quickrun_config.ruby = {
\ 'command': 'ruby',
\ 'exec': '/usr/local/bin/ruby %s',
\ 'tempfile': '{tempname()}.rb'
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment