Created
September 25, 2012 12:10
-
-
Save hrsh7th/3781400 to your computer and use it in GitHub Desktop.
my quickrun x watchdogs x hier vimrc.
This file contains 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 = {} | |
let g:quickrun_config['watchdogs_checker/_'] = { | |
\ 'hook/close_quickfix/enable_exit': 1, | |
\ } | |
let g:watchdogs_check_BufWritePost_enable=1 | |
call watchdogs#setup(g:quickrun_config) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment