Created
August 10, 2016 15:25
-
-
Save juampynr/97ed19a24ff68a042012b93c1f426b01 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
" 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