From d5bc1170235522bbbd6553d2cb31931ff5e6c85c Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sun, 10 May 2026 03:06:48 -0400 Subject: [PATCH] call install_neovim.sh from main before nvchad --- setup_env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup_env.sh b/setup_env.sh index 5976d3c..e113941 100755 --- a/setup_env.sh +++ b/setup_env.sh @@ -152,6 +152,9 @@ self_update() { main() { self_update "$@" install_packages + if [ -f "$(pwd)/install_neovim.sh" ]; then + bash "$(pwd)/install_neovim.sh" + fi install_tpm install_vundle install_git_bash_prompt