Adding the vimrc line to not check ssl certs for vundle

master
Dustin Swan 11 years ago
parent a5b25fac0a
commit 2159f5481a

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

Loading…
Cancel
Save