From a891a0d2c5427b856c5f10cc28b59e1bc6d821ce Mon Sep 17 00:00:00 2001 From: RuhNet Date: Wed, 15 Aug 2018 15:00:30 -0400 Subject: [PATCH] corrected git url for Vundle --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7591391..75554b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "bundle/Vundle.vim"] path = bundle/Vundle.vim - url = git@github.com:gmarik/Vundle.vim.git + url = https://github.com/VundleVim/Vundle.vim.git