diff options
author | Victor Toso <victortoso@redhat.com> | 2015-12-30 22:57:18 +0100 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2015-12-30 23:11:49 +0100 |
commit | d378c8321699da9cfbf9ecd3aff674d058a29c35 (patch) | |
tree | 3eb3a2c77bc43c468ee4e7ef1f8248ad904174b1 /.gitmodules | |
parent | 4bf4ea064b26618f4ecc442caf3cb38fc1a7d57e (diff) |
vim: add YCM-Generator to submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e0b05cd..66172a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vim/bundle/YouCompleteMe"] path = vim/bundle/YouCompleteMe url = https://github.com/Valloric/YouCompleteMe.git +[submodule "vim/bundle/YCM-Generator"] + path = vim/bundle/YCM-Generator + url = https://github.com/rdnetto/YCM-Generator.git |