Clean up vimbundles in setup.sh
This commit is contained in:
parent
cf8855b292
commit
db4965a2b4
1 changed files with 1 additions and 24 deletions
25
setup.sh
25
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue