Nvim updating with flying colors

This commit is contained in:
Anton Volnuhin 2023-05-28 16:43:59 +03:00
parent b49762e21b
commit 3816cd1eb4

View File

@ -5,7 +5,7 @@ set Green '\033[0;32m' # Green
set NC '\033[0m' # No Color set NC '\033[0m' # No Color
echo echo
printf "$GreenExecuting neovim :Lazy sync..." echo -ne "$Green""Executing neovim :Lazy sync..."
nvim --headless "+Lazy! sync" +qa nvim --headless "+Lazy! sync" +qa
nvim --headless ":MasonUpdate" +qa nvim --headless ":MasonUpdate" +qa
echo -e " done.$NC" echo -e " done.$NC"