From 4489ec6dc395e64f888f43db259203884344cc94 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Fri, 2 Sep 2016 11:15:27 -0600 Subject: new clang_complete module --- .gitmodules | 3 +++ bundle/clang | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/clang diff --git a/.gitmodules b/.gitmodules index e8c8382..5d45ce7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "bundle/airline"] path = bundle/airline url = https://github.com/bling/vim-airline.git +[submodule "bundle/clang"] + path = bundle/clang + url = https://github.com/Rip-Rip/clang_complete.git diff --git a/bundle/clang b/bundle/clang new file mode 160000 index 0000000..c7f5673 --- /dev/null +++ b/bundle/clang @@ -0,0 +1 @@ +Subproject commit c7f5673a5d31704e9ec43d43c0606b243d5ef623 -- cgit v1.2.3-70-g09d2