Comment out command-t bundle
This commit is contained in:
parent
1c053de310
commit
d4a0ebae62
1 changed files with 2 additions and 1 deletions
3
setup.sh
3
setup.sh
|
@ -11,8 +11,8 @@ typeset -A vimbundles
|
||||||
# Commented out Vim plugin repos, 'cause I'm not using them...
|
# Commented out Vim plugin repos, 'cause I'm not using them...
|
||||||
# blackboard "https://github.com/nelstrom/vim-blackboard.git" \
|
# blackboard "https://github.com/nelstrom/vim-blackboard.git" \
|
||||||
# fugitive "https://github.com/tpope/vim-fugitive.git" \
|
# fugitive "https://github.com/tpope/vim-fugitive.git" \
|
||||||
|
# command-t "https://github.com/wincent/Command-T.git" \
|
||||||
vimbundles=( \
|
vimbundles=( \
|
||||||
command-t "https://github.com/wincent/Command-T.git" \
|
|
||||||
dash "https://github.com/rizzatti/dash.vim.git"
|
dash "https://github.com/rizzatti/dash.vim.git"
|
||||||
funcoo "https://github.com/rizzatti/funcoo.vim.git" \
|
funcoo "https://github.com/rizzatti/funcoo.vim.git" \
|
||||||
gundo "https://github.com/sjl/gundo.vim.git" \
|
gundo "https://github.com/sjl/gundo.vim.git" \
|
||||||
|
@ -38,6 +38,7 @@ for dotfile in `ls $dfdir`; do
|
||||||
# metafiles; don't link them
|
# metafiles; don't link them
|
||||||
[[ $dotfile = 'setup.sh' ]] && continue
|
[[ $dotfile = 'setup.sh' ]] && continue
|
||||||
[[ $dotfile = 'README.md' ]] && continue
|
[[ $dotfile = 'README.md' ]] && continue
|
||||||
|
[[ $dotfile = 'py' ]] && continue
|
||||||
|
|
||||||
local dest="$HOME/.$dotfile"
|
local dest="$HOME/.$dotfile"
|
||||||
if [[ ! -L "$dest" ]]; then
|
if [[ ! -L "$dest" ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue