From a2ba25a426b6f0b6ee4e17fc52ef943b21a45cae Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 10 May 2025 10:29:11 +0200 Subject: [PATCH] wip --- neovim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim.sh b/neovim.sh index 7150ff4..20ae99a 100644 --- a/neovim.sh +++ b/neovim.sh @@ -30,7 +30,7 @@ if ! command_exists $deps; then _install "$deps" else - echo_note "skipping $deps - as is already installed.." + echo_note "skipping $deps - as it's already installed.." fi done }