diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-02 11:15:27 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-02 11:15:27 -0600 |
commit | 4489ec6dc395e64f888f43db259203884344cc94 (patch) | |
tree | 9d8c879855104c705c657fe475849b66367af035 /.gitmodules | |
parent | c3f597ce555a026cd49f3ecc9b762745b5abec69 (diff) | |
download | vim-4489ec6dc395e64f888f43db259203884344cc94.tar.gz vim-4489ec6dc395e64f888f43db259203884344cc94.tar.bz2 vim-4489ec6dc395e64f888f43db259203884344cc94.zip |
new clang_complete module
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |