Adding the vimrc line to not check ssl certs for vundle

master
Dustin Swan 12 years ago
parent a5b25fac0a
commit 2159f5481a

@ -48,6 +48,8 @@ Bundle 'bitc/vim-hdevtools'
" Bundle 'Shougo/neocomplcache' " Bundle 'Shougo/neocomplcache'
Bundle 'airblade/vim-gitgutter' Bundle 'airblade/vim-gitgutter'
let $GIT_SSL_NO_VERIFY = 'true'
filetype plugin indent on " last Vundle requirement filetype plugin indent on " last Vundle requirement
" mouse " mouse

Loading…
Cancel
Save