Skip to content

Commit

Permalink
php documents block support
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Mar 4, 2016
1 parent f7cee2d commit 7337b06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ au BufNewFile,BufRead *.wsgi set filetype=python
"############### PHP ###############
Bundle 'alvan/vim-php-manual'
Bundle 'shawncplus/phpcomplete.vim'
Bundle 'tobyS/vmustache'
Bundle 'tobyS/pdv'
" PHP documenter script bound to Control-P
let g:pdv_template_dir = $HOME ."/.vim/bundle/pdv/templates_snip"
autocmd FileType php nnoremap <leader>p :call pdv#DocumentWithSnip()<CR>
" default key mapping, needs ctags
" let g:phpcomplete_mappings = {
" \ 'jump_to_def': '<C-]>',
Expand Down

0 comments on commit 7337b06

Please sign in to comment.