Add debug timeout

This commit is contained in:
Max Bucknell 2016-03-08 08:05:15 +00:00
parent 5594d108e9
commit a77ea584d7

View file

@ -372,6 +372,7 @@ let g:vdebug_options={}
let g:vdebug_options['break_on_open']=0
let g:vdebug_options['ide_key']='vagrant'
let g:vdebug_options['port']=9001
let g:vdebug_options['timeout']=300
let g:vdebug_options['path_maps']={
\'/var/www/magento': getcwd()
\}