From b137f6a0eb755337f919ef51d8ab039e21cede98 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sat, 27 May 2023 08:08:48 +0300 Subject: [PATCH] trying to update Mason in nvim --- .../nvim/run_onchange_after_nvim_plugins_sync.fish.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e8a93db..26b734e 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,6 +4,6 @@ printf "Executing neovim :Lazy sync..." nvim --headless "+Lazy! sync" +qa -nvim --headless "+MasonUpdate" +qa -nvim --headless "+TSUpdateSync" +qa +nvim --headless ":MasonUpdate" +qa +timeout 30s nvim --headless -c "TSUpdate" || true echo " done."