diff --git a/neovim.sh b/neovim.sh index eb90262..e2911e2 100644 --- a/neovim.sh +++ b/neovim.sh @@ -74,6 +74,7 @@ cd $cloneDir || mkdir $cloneDir && cd $cloneDir + line if command_exists git; then spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.." sleep 1 @@ -95,6 +96,7 @@ } makeInstall() { + line # echo_pkg build "Compiling neovim from source" spin "Compiling neovim from source" if run make CMAKE_BUILD_TYPE=RelWithDebInfo; then @@ -109,6 +111,7 @@ } checkAndInitConfig() { + line if [ -d "$HOME/.config/nvim/" ]; then # echo_pkg qol "Prefetching neovim setup configuration.." spin "Prefetching neovim setup configuration.."