From 3683c6b3837835d6afb31c119b516ba51d5e8b62 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 29 Jan 2018 15:40:00 -0600 Subject: [PATCH] YouCompleteMe: Add the submodule properly The parent repo wasn't tracking the proper branch --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 93d868e2..85f83d6a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,4 @@ [submodule ".vim/bundle/YouCompleteMe"] path = .vim/bundle/YouCompleteMe url = git@github.com:Valloric/YouCompleteMe.git + branch = master