Skip to content

Instantly share code, notes, and snippets.

@juampynr
Created August 10, 2016 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juampynr/97ed19a24ff68a042012b93c1f426b01 to your computer and use it in GitHub Desktop.
Save juampynr/97ed19a24ff68a042012b93c1f426b01 to your computer and use it in GitHub Desktop.
" Vdebug bundle and settings.
Bundle 'joonty/vdebug.git'
if !exists('g:vdebug_options')
let g:vdebug_options = {}
endif
let g:vdebug_options['continuous_mode'] = 1
let g:vdebug_options['break_on_open'] = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment