Remove blackboard and fugitive plugins
This commit is contained in:
parent
1a51517278
commit
fcf0673722
1 changed files with 4 additions and 2 deletions
6
setup.sh
6
setup.sh
|
@ -5,10 +5,12 @@ sys=`uname -s | tr A-Z a-z`
|
||||||
|
|
||||||
# Vim bundles
|
# Vim bundles
|
||||||
typeset -A vimbundles
|
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=( \
|
vimbundles=( \
|
||||||
blackboard "https://github.com/nelstrom/vim-blackboard.git" \
|
|
||||||
command-t "https://github.com/wincent/Command-T.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" \
|
gundo "https://github.com/sjl/gundo.vim.git" \
|
||||||
repeat "https://github.com/tpope/vim-repeat" \
|
repeat "https://github.com/tpope/vim-repeat" \
|
||||||
snipmate "https://github.com/msanders/snipmate.vim.git" \
|
snipmate "https://github.com/msanders/snipmate.vim.git" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue