From 0bc35970e611121b950da97c39a90e561e449ad0 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 23 May 2023 09:24:13 +0300 Subject: [PATCH] Small formatting fixes --- .../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 768833d..12c35ee 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 @@ -4,4 +4,4 @@ printf "Executing neovim :Lazy sync..." nvim --headless "+Lazy! sync" +qa -echo "Done." +echo " done."