Created
May 27, 2013 02:40
-
-
Save emag/5654925 to your computer and use it in GitHub Desktop.
プロキシ環境下で git プロトコルが利用できない場合の neobundle 設定
This file contains 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.local | |
" ############################################################################ | |
" | |
" for proxy | |
let g:neobundle#types#git#default_protocol='https' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment