diff --git a/neovim.sh b/neovim.sh index 9b06380..7cf2212 100644 --- a/neovim.sh +++ b/neovim.sh @@ -73,6 +73,7 @@ if command_exists git; then spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.." + sleep 1 if run git clone --depth=1 https://github.com/neovim/neovim.git; then cd neovim || throw "Cannot navigate into neovim"