Skip to content

Instantly share code, notes, and snippets.

@emag
Created May 27, 2013 02:40
Show Gist options
  • Save emag/5654925 to your computer and use it in GitHub Desktop.
Save emag/5654925 to your computer and use it in GitHub Desktop.
プロキシ環境下で git プロトコルが利用できない場合の neobundle 設定
" ############################################################################
" # 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