From 639ca129e9669f548d3719e5a43a1009824232df Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 19 Feb 2012 15:59:05 -0500 Subject: [PATCH] Dropped checksyntax for syntastic --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5ad5cd7..1e3131b 100755 --- a/install.sh +++ b/install.sh @@ -46,8 +46,8 @@ fi mkdir $DOTVIM -OWNERS=( "tomtom" "scrooloose" "msanders" "ervandew" ) -REPOS=( "checksyntax_vim" "nerdtree" "snipmate.vim" "supertab" ) +OWNERS=( "scrooloose" "msanders" "ervandew" "scrooloose" ) +REPOS=( "nerdtree" "snipmate.vim" "supertab" "syntastic" ) for (( i = 0 ; i < ${#OWNERS[@]} ; i++ )) do