From fcf067372218dbc6a7f6a9190b0a1076fa15f191 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 28 Sep 2012 12:45:57 -0700 Subject: [PATCH] Remove blackboard and fugitive plugins --- setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 661587c..5d0616b 100755 --- a/setup.sh +++ b/setup.sh @@ -5,10 +5,12 @@ 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" \ vimbundles=( \ - blackboard "https://github.com/nelstrom/vim-blackboard.git" \ command-t "https://github.com/wincent/Command-T.git" \ - fugitive "https://github.com/tpope/vim-fugitive.git" \ gundo "https://github.com/sjl/gundo.vim.git" \ repeat "https://github.com/tpope/vim-repeat" \ snipmate "https://github.com/msanders/snipmate.vim.git" \