Skip to content

Instantly share code, notes, and snippets.

@hrsh7th
Created September 25, 2012 12:10
Show Gist options
  • Save hrsh7th/3781400 to your computer and use it in GitHub Desktop.
Save hrsh7th/3781400 to your computer and use it in GitHub Desktop.
my quickrun x watchdogs x hier vimrc.
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