From ba7ce4b4a5c6bdf6d893547800833b0642b832b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 8 Feb 2013 17:47:30 +0100 Subject: add javacomplete --- install | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.1-2-g2b99