Added init for nvim plugin nvchat to post install automatically
This commit is contained in:
parent
809b7c657b
commit
6f88274f61
1 changed files with 3 additions and 1 deletions
|
@ -16,5 +16,7 @@ fi
|
||||||
if [[ ! -d "$HOME/.config/nvim" ]]; then
|
if [[ ! -d "$HOME/.config/nvim" ]]; then
|
||||||
echo "+ NvChad"
|
echo "+ NvChad"
|
||||||
git clone https://github.com/NvChad/starter ~/.config/nvim
|
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
|
fi
|
||||||
|
|
Loading…
Reference in a new issue