Added SearchComplete
This commit is contained in:
parent
6352ea9416
commit
a3d5420b55
1 changed files with 3 additions and 2 deletions
5
vim.sh
5
vim.sh
|
@ -22,8 +22,8 @@ mkdir $DOTVIM
|
|||
|
||||
echo
|
||||
|
||||
OWNERS=( "ervandew" "msanders" "nvie" "scrooloose" "scrooloose" "tpope" "vim-scripts" "vim-scripts" )
|
||||
REPOS=( "supertab" "snipmate.vim" "vim-togglemouse" "nerdtree" "syntastic" "vim-fugitive" "Command-T" "Flex-Development-Support" )
|
||||
OWNERS=( "ervandew" "msanders" "scrooloose" "scrooloose" "tpope" "vim-scripts" "vim-scripts" "vim-scripts" )
|
||||
REPOS=( "supertab" "snipmate.vim" "nerdtree" "syntastic" "vim-fugitive" "Command-T" "Flex-Development-Support" "SearchComplete" )
|
||||
|
||||
for (( i = 0 ; i < ${#OWNERS[@]} ; i++ ))
|
||||
do
|
||||
|
@ -33,6 +33,7 @@ do
|
|||
echo
|
||||
done
|
||||
|
||||
# Installs additional syntax files
|
||||
cp ./less.vim $DOTVIM/syntax
|
||||
|
||||
# Finish up Command-T installation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue