Skip to content

Instantly share code, notes, and snippets.

@violetyk
Created January 31, 2015 08:04
Show Gist options
  • Save violetyk/847675fb5eb239c47c49 to your computer and use it in GitHub Desktop.
Save violetyk/847675fb5eb239c47c49 to your computer and use it in GitHub Desktop.
PDV--phpDocumentor-for-Vimの設定
NeoBundle 'vim-scripts/PDV--phpDocumentor-for-Vim'
if neobundle#is_sourced('PDV--phpDocumentor-for-Vim') " {{{
inoremap <Leader>d <ESC>:call PhpDocSingle()<CR>i
nnoremap <Leader>d :call PhpDocSingle()<CR>
vnoremap <Leader>d :call PhpDocRange()<CR>
endif " }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment