summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-12-30 23:05:11 +0100
committerVictor Toso <victortoso@redhat.com>2015-12-30 23:11:49 +0100
commit4bf4ea064b26618f4ecc442caf3cb38fc1a7d57e (patch)
treec2f70d505ee8608fb0431da2bf54bb60221accd3
parent92701c65fa11ca7125d98775d8a79a01423246bd (diff)
vim: add YouCompleteMe to submodules
-rw-r--r--.gitmodules3
m---------vim/bundle/YouCompleteMe0
2 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
diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe
new file mode 160000
+Subproject f4c63d7b4b5a6cbe274b731f9f2e912ff315ae9