From 73dc5f4f79ca17795706df1056093f3187042754 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Fri, 12 Feb 2016 08:58:30 +0000 Subject: [PATCH] Ensure Vim plugins are up to date --- script/bootstrap.sh | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 861dcad..3f4a23a 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -118,16 +118,13 @@ install_vim_plugins () { info "installing vim plugins" local PLUGINS=( - "thoughtbot/pick.vim" - "tomtom/tlib_vim" - "mxw/vim-jsx" - "wting/rust.vim" - "marcweber/vim-addon-mw-utils" + "joonty/vdebug" "scrooloose/syntastic" - "mustache/vim-mustache-handlebars" + "groenewege/vim-less" "pangloss/vim-javascript" + "sirver/ultisnips" "JulesWang/css.vim" - "genoma/vim-less" + "mxw/vim-jsx" ) local BASE_DIR="$DOTFILES_ROOT/vim/vim.symlink/bundle" local GIT_HOST="git@github.com"