Added init for nvim plugin nvchat to post install automatically

This commit is contained in:
Eric Renfro 2024-03-13 18:59:30 -04:00
parent 809b7c657b
commit 6f88274f61
Signed by: psi-jack
SSH Key Fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
1 changed files with 3 additions and 1 deletions

View File

@ -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