added delimitMate to the profile_setup.sh script
This commit is contained in:
parent
e5395b1a4f
commit
002d319c1f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user