summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-11-28 16:59:49 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-11-28 16:59:49 +0100
commite7398712ce47a3e63aafc8dc73f5121668450d07 (patch)
tree91b5453a1d1537337fa54576a771144921d0cc96
parent422b0f447db959233eed6669d81b94aeac214a9e (diff)
downloadvim-e7398712ce47a3e63aafc8dc73f5121668450d07.zip
vim-e7398712ce47a3e63aafc8dc73f5121668450d07.tar.gz
add plugin github.com/Rip-Rip/clang_complete.git
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index 80a00fc..b7b3c30 100755
--- a/install
+++ b/install
@@ -29,6 +29,7 @@ GIT_URLS="
github.com/altercation/vim-colors-solarized.git
github.com/embear/vim-localvimrc.git
github.com/vim-scripts/javacomplete.git
+ github.com/Rip-Rip/clang_complete.git
"
[ ! -d $DIR/bundle ] && mkdir $DIR/bundle