Adding the vimrc line to not check ssl certs for vundle
This commit is contained in:
parent
a5b25fac0a
commit
2159f5481a
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
|
@ -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…
Add table
Add a link
Reference in a new issue