diff options
author | Victor Toso <victortoso@redhat.com> | 2015-12-30 23:05:11 +0100 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2015-12-30 23:11:49 +0100 |
commit | 4bf4ea064b26618f4ecc442caf3cb38fc1a7d57e (patch) | |
tree | c2f70d505ee8608fb0431da2bf54bb60221accd3 /.gitmodules | |
parent | 92701c65fa11ca7125d98775d8a79a01423246bd (diff) |
vim: add YouCompleteMe 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 91515ed..e0b05cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "vim/bundle/tagbar"] path = vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git +[submodule "vim/bundle/YouCompleteMe"] + path = vim/bundle/YouCompleteMe + url = https://github.com/Valloric/YouCompleteMe.git |