Vdebug bundle (todo: documentation for xdebug)

This commit is contained in:
Simon Vieille 2017-04-04 23:47:39 +02:00
parent 04ff9640ac
commit 0e4b27281c
1 changed files with 7 additions and 2 deletions

9
vimrc
View File

@ -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 <leader>sc viw<leader>sc
nmap <leader>lc viw<leader>sc
nmap <F7> ins<tab><esc>o
nnoremap <F5> :GundoToggle<CR>
inoremap <silent> <Bar> <Bar><Esc>:call <SID>align()<CR>a
function! s:align()