diff --git a/neovim.sh b/neovim.sh index 3a7bfaf..a697206 100644 --- a/neovim.sh +++ b/neovim.sh @@ -75,8 +75,9 @@ cd $cloneDir || mkdir $cloneDir && cd $cloneDir line + spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.." + if command_exists git; then - spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.." sleep 1 if run --err err git clone --depth=1 https://github.com/neovim/neovim.git; then check "Cloned sources"