From 6f88274f61bbd21ca0e04c2823fe4a60e2b7f242 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 13 Mar 2024 18:59:30 -0400 Subject: [PATCH] Added init for nvim plugin nvchat to post install automatically --- .config/yadm/bootstrap.d/shell | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap.d/shell b/.config/yadm/bootstrap.d/shell index db2bfa2..a958443 100755 --- a/.config/yadm/bootstrap.d/shell +++ b/.config/yadm/bootstrap.d/shell @@ -16,5 +16,7 @@ fi if [[ ! -d "$HOME/.config/nvim" ]]; then echo "+ NvChad" git clone https://github.com/NvChad/starter ~/.config/nvim - echo "! Run :MasonInstallAll while running nvim to finish NvChat install" + nvim --headless "+Lazy! sync" +qa + nvim --headless "+MasonInstallAll" +qa + #echo "! Run :MasonInstallAll while running nvim to finish NvChat install" fi