From d6686ba07405ec374867b0bf85891f3da2868636 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 17:01:56 +0300 Subject: [PATCH] fisher update tide --- run_once_configure.fish | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/run_once_configure.fish b/run_once_configure.fish index 3761f8e..1e86510 100755 --- a/run_once_configure.fish +++ b/run_once_configure.fish @@ -10,7 +10,6 @@ $Green""######################################################################## ## Waiting for Neovim treesitter initiations ## ## ## ###############################################################################$NC" -sleep 3 timeout 10s nvim --headless ":TSUpdate" || true @@ -22,9 +21,9 @@ $Green""######################################################################## ## Preparing to configure tide prompt... ## ## ## ###############################################################################$NC" -sleep 5 +sleep 3 + +fisher update tide echo 2132335212421y | tide configure - cd ~ -fish