PhpDoc plugin

This commit is contained in:
Simon Vieille 2016-11-13 00:41:29 +01:00
parent 5f12676426
commit 7bb900beb7

6
vimrc
View file

@ -61,6 +61,7 @@ Plugin 'evandotpro/nerdtree-chmod'
Plugin 'shawncplus/phpcomplete.vim'
Plugin 'bronson/vim-trailing-whitespace'
Plugin 'jacoborus/tender'
Plugin 'vexxor/phpdoc.vim'
call vundle#end()
@ -330,6 +331,11 @@ augroup END
let g:pdv_template_dir = $HOME."/.vim/bundle/pdv/templates_snip/"
" PHPDOC "
""""""""""
noremap <F11> :call PhpDoc()<CR>
"""""""""""""""""""""""""""
" MAPPING
"""""""""""""""""""""""""""