call install_neovim.sh from main before nvchad

This commit is contained in:
Paul Trowbridge 2026-05-10 03:06:48 -04:00
parent 6e85423bdf
commit d5bc117023

View File

@ -152,6 +152,9 @@ self_update() {
main() { main() {
self_update "$@" self_update "$@"
install_packages install_packages
if [ -f "$(pwd)/install_neovim.sh" ]; then
bash "$(pwd)/install_neovim.sh"
fi
install_tpm install_tpm
install_vundle install_vundle
install_git_bash_prompt install_git_bash_prompt