Created
January 31, 2015 08:04
-
-
Save violetyk/847675fb5eb239c47c49 to your computer and use it in GitHub Desktop.
PDV--phpDocumentor-for-Vimの設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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