testing..

This commit is contained in:
pika 2025-05-21 19:47:45 +02:00
parent edd70bd23e
commit 57af730a56

View file

@ -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"