Created
February 22, 2013 05:00
-
-
Save supermomonga/5010842 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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