From 57af730a56adf644161f030aaea2165ddc4d1aa9 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 19:47:45 +0200 Subject: [PATCH] testing.. --- neovim.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/neovim.sh b/neovim.sh index 0a4d150..9b06380 100644 --- a/neovim.sh +++ b/neovim.sh @@ -107,8 +107,10 @@ if [ -d "$HOME/.config/nvim/" ]; then # echo_pkg qol "Prefetching neovim setup configuration.." spin "Prefetching neovim setup configuration.." - if nvim --headless +q; then + if run nvim --headless +q; then check "Prefetched config" + else + throw "Prefetching config went terribly wrong!" fi else # echo_warning "You don't have a neovim config installed. Do you want to clone one now? [Y]es (standard), [m]inimal, [n]o"