From 0e4b27281c093f5d15e7ce944f82ca31d23534f9 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 4 Apr 2017 23:47:39 +0200 Subject: [PATCH] Vdebug bundle (todo: documentation for xdebug) --- vimrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 32ba98f..b356c99 100644 --- a/vimrc +++ b/vimrc @@ -64,6 +64,7 @@ Plugin 'jacoborus/tender' Plugin 'vexxor/phpdoc.vim' Plugin 'mzlogin/vim-markdown-toc' Plugin 'rosenfeld/conque-term' +Plugin 'joonty/vdebug' call vundle#end() @@ -337,6 +338,12 @@ augroup END let g:pdv_template_dir = $HOME."/.vim/bundle/pdv/templates_snip/" +" Vdebug " +"""""""""" + +let g:vdebug_options = {} +let g:vdebug_options['port'] = 9000 + " PHPDOC " """""""""" @@ -363,8 +370,6 @@ nmap sc viwsc nmap lc viwsc nmap inso -nnoremap :GundoToggle - inoremap :call align()a function! s:align()