[setup] Comment out command-t setup since I don't use it much...
This commit is contained in:
parent
5230a3f5e4
commit
390080cc72
1 changed files with 8 additions and 6 deletions
14
setup.sh
14
setup.sh
|
|
@ -69,11 +69,13 @@ for module in ${(k)vimbundles}; do
|
||||||
print -P "$spaces%F{$color}$result%f"
|
print -P "$spaces%F{$color}$result%f"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [[ -d "$dfdir/vim/bundle/command-t/ruby/command-t" ]]; then
|
vim +PluginInstall +qall
|
||||||
print -P "%BSetting up command-t%b"
|
|
||||||
cd "$dfdir/vim/bundle/command-t/ruby/command-t"
|
#if [[ -d "$dfdir/vim/bundle/command-t/ruby/command-t" ]]; then
|
||||||
ruby extconf.rb
|
# print -P "%BSetting up command-t%b"
|
||||||
make
|
# cd "$dfdir/vim/bundle/command-t/ruby/command-t"
|
||||||
fi
|
# ruby extconf.rb
|
||||||
|
# make
|
||||||
|
#fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue