From 19e7c053fb292ea02ee8efad3f13ffa3bf826647 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 19:54:19 +0200 Subject: [PATCH] testing.. --- neovim.sh | 1 + 1 file changed, 1 insertion(+) 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"