From fa3b0897e2215b6e80e751887bb48504c12488e1 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 25 Mar 2013 14:46:49 -0700 Subject: [PATCH] add ycm submodule --- .gitmodules | 3 +++ .vim/bundle/YouCompleteMe | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/YouCompleteMe diff --git a/.gitmodules b/.gitmodules index c49de8c..af8ec02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule ".vim/bundle/vim-angry"] path = .vim/bundle/vim-angry url = https://github.com/b4winckler/vim-angry.git +[submodule ".vim/bundle/YouCompleteMe"] + path = .vim/bundle/YouCompleteMe + url = https://github.com/Valloric/YouCompleteMe.git diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe new file mode 160000 index 0000000..b4837c8 --- /dev/null +++ b/.vim/bundle/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit b4837c81feb7ac8bacc87ff8c2920eabbecf6671