Spruced up vim setup
This commit is contained in:
parent
9180eeb52e
commit
3c6cef3501
4 changed files with 3 additions and 1 deletions
4
setup
4
setup
|
@ -148,7 +148,9 @@ do
|
|||
cp -R $DOTFILES/vim/plugins/${OWNERS[$i]}/${REPOS[$i]}/* $DOTVIM
|
||||
done
|
||||
|
||||
cp $DOTFILES/vim/less.vim $DOTVIM/syntax
|
||||
mkdir $DOTVIM/colors
|
||||
cp -R $DOTFILES/vim/colors/* $DOTVIM/colors
|
||||
cp -R $DOTFILES/vim/syntax/* $DOTVIM/syntax
|
||||
|
||||
# Finish up Command-T installation
|
||||
cd $DOTVIM/ruby/command-t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue