From db4965a2b44e13705520e8a3310719ed3e8daaee Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 7 Feb 2016 11:22:07 -0800 Subject: [PATCH] Clean up vimbundles in setup.sh --- setup.sh | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/setup.sh b/setup.sh index 5b9178e..23298f0 100755 --- a/setup.sh +++ b/setup.sh @@ -4,31 +4,8 @@ dfdir=$(cd "$(dirname "$0")" && pwd) sys=`uname -s | tr A-Z a-z` -# Vim bundles typeset -A vimbundles - -# Commented out Vim plugin repos, 'cause I'm not using them... -# blackboard "https://github.com/nelstrom/vim-blackboard.git" \ -# fugitive "https://github.com/tpope/vim-fugitive.git" \ -# command-t "https://github.com/wincent/Command-T.git" \ -# -# dash "https://github.com/rizzatti/dash.vim.git" -# funcoo "https://github.com/rizzatti/funcoo.vim.git" \ -# gundo "https://github.com/sjl/gundo.vim.git" \ -# mw-utils "https://github.com/MarcWeber/vim-addon-mw-utils.git" \ -# repeat "https://github.com/tpope/vim-repeat" \ -# snipmate "https://github.com/garbas/vim-snipmate.git" \ -# snipmate-snippets "https://github.com/honza/vim-snippets.git" \ -# snipmate-zope "https://github.com/zedr/zope-snipmate-bundle.git" \ -# solarized "https://github.com/altercation/vim-colors-solarized.git" \ -# speeddating "https://github.com/tpope/vim-speeddating.git" \ -# surround "https://github.com/tpope/vim-surround.git" \ -# tlib "https://github.com/tomtom/tlib_vim.git" \ -# unimpaired "https://github.com/tpope/vim-unimpaired.git" \ -vimbundles=( \ - Vundle.vim "https://github.com/gmarik/Vundle.vim.git" \ -) - +vimbundles=(Vundle.vim "https://github.com/gmarik/Vundle.vim.git") function link