nvim setup no longer needed with lazy

This commit is contained in:
2024-11-04 11:58:26 -05:00
parent 803987745a
commit 5904a57dbd
+4 -2
View File
@@ -47,8 +47,10 @@ case $(uname -s) in
esac esac
if command -v nvim >/dev/null 2>&1; then if command -v nvim >/dev/null 2>&1; then
echo "Setting up neovim environment" # NOTE: this is no longer necessary after migrating to Lazy
nvim --headless '+PackerSync' '+PackerUpdate' '+qall' #
# echo "Setting up neovim environment"
# nvim --headless '+PackerSync' '+PackerUpdate' '+qall'
fi fi
echo "Setting yadm repo origin to SSH" echo "Setting yadm repo origin to SSH"