diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-08 17:47:30 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-08 17:47:30 +0100 |
commit | ba7ce4b4a5c6bdf6d893547800833b0642b832b4 (patch) | |
tree | 9e38ac72acee87e41cd6b57e083b492b1bda6d77 /install | |
parent | aebac4c095f79e6f96f4ab02e1cffbbc3e1bb6ee (diff) | |
download | vim-ba7ce4b4a5c6bdf6d893547800833b0642b832b4.zip vim-ba7ce4b4a5c6bdf6d893547800833b0642b832b4.tar.gz |
add javacomplete
Diffstat (limited to 'install')
-rwxr-xr-x | install | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |