summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-02-08 17:47:30 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-02-08 17:47:30 +0100
commitba7ce4b4a5c6bdf6d893547800833b0642b832b4 (patch)
tree9e38ac72acee87e41cd6b57e083b492b1bda6d77 /install
parentaebac4c095f79e6f96f4ab02e1cffbbc3e1bb6ee (diff)
downloadvim-ba7ce4b4a5c6bdf6d893547800833b0642b832b4.zip
vim-ba7ce4b4a5c6bdf6d893547800833b0642b832b4.tar.gz
add javacomplete
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/install b/install
index 358b8ce..80a00fc 100755
--- a/install
+++ b/install
@@ -12,6 +12,7 @@ echo "update pathogen" && curl -# -o $DIR/autoload/pathogen.vim https://raw.gith
PROTO=git
# github.com/Townk/vim-autoclose.git
+# github.com/vim-scripts/Vim-JDE.git
GIT_URLS="
github.com/scrooloose/nerdtree.git
github.com/msanders/snipmate.vim.git
@@ -27,7 +28,9 @@ GIT_URLS="
github.com/majutsushi/tagbar
github.com/altercation/vim-colors-solarized.git
github.com/embear/vim-localvimrc.git
+ github.com/vim-scripts/javacomplete.git
"
+
[ ! -d $DIR/bundle ] && mkdir $DIR/bundle
cd $DIR/bundle
for url in $GIT_URLS; do