added delimitMate to the profile_setup.sh script

This commit is contained in:
natsmith9 2017-05-29 23:44:30 +00:00
parent e5395b1a4f
commit 002d319c1f
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ if [ $? -ne 0 ]; then
fi
git clone --depth=1 https://github.com/vim-syntastic/syntastic.git
if [ $? -ne 0 ]; then
RC=$?
fi
git clone git://github.com/Raimondi/delimitMate.git
if [ $? -ne 0 ]; then
RC=$?
fi