[setup] Comment out command-t setup since I don't use it much...

This commit is contained in:
Eryn Wells 2018-04-15 19:14:41 -07:00
parent 5230a3f5e4
commit 390080cc72

View file

@ -69,11 +69,13 @@ for module in ${(k)vimbundles}; do
print -P "$spaces%F{$color}$result%f"
done
if [[ -d "$dfdir/vim/bundle/command-t/ruby/command-t" ]]; then
print -P "%BSetting up command-t%b"
cd "$dfdir/vim/bundle/command-t/ruby/command-t"
ruby extconf.rb
make
fi
vim +PluginInstall +qall
#if [[ -d "$dfdir/vim/bundle/command-t/ruby/command-t" ]]; then
# print -P "%BSetting up command-t%b"
# cd "$dfdir/vim/bundle/command-t/ruby/command-t"
# ruby extconf.rb
# make
#fi
exit 0