From 693d8be2537117715e825234e4f724f39ecc70c4 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 29 Jan 2018 15:10:55 -0600 Subject: [PATCH] Vim: Transition YouCompleteMe to submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index d0d66be7..93d868e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule ".vim/bundle/vim-template"] path = .vim/bundle/vim-template url = git@github.com:aperezdc/vim-template.git +[submodule ".vim/bundle/YouCompleteMe"] + path = .vim/bundle/YouCompleteMe + url = git@github.com:Valloric/YouCompleteMe.git