From d1d71883bc3debaf0e85e650a48adca57bbacc31 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Thu, 29 Jan 2015 12:23:47 -0800 Subject: [PATCH] Add ycm vim plugin --- .gitmodules | 3 +++ .vim/bundle/YouCompleteMe | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/YouCompleteMe diff --git a/.gitmodules b/.gitmodules index 4fa7293..2d6abd4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule ".vim/bundle/syntastic"] path = .vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.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..ba6e140 --- /dev/null +++ b/.vim/bundle/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit ba6e1408fd2f6929a8e3f4dc527ed1096945fef8