From 3816cd1eb40e5960f4e8b88aa7e036134c24196c Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 16:43:59 +0300 Subject: [PATCH] Nvim updating with flying colors --- .../nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_config/nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl b/private_dot_config/nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl index 682a9e4..cec032d 100644 --- a/private_dot_config/nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl +++ b/private_dot_config/nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl @@ -5,7 +5,7 @@ set Green '\033[0;32m' # Green set NC '\033[0m' # No Color echo -printf "$GreenExecuting neovim :Lazy sync..." +echo -ne "$Green""Executing neovim :Lazy sync..." nvim --headless "+Lazy! sync" +qa nvim --headless ":MasonUpdate" +qa echo -e " done.$NC"