diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 6eb86b1..e80412d 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -66,6 +66,7 @@ done # Auto-detect non-interactive mode when no real terminal is present if [ ! -t 0 ] || [ ! -t 1 ]; then NON_INTERACTIVE=1 + SKIP_NVIM_BOOTSTRAP=1 fi # Timeout portability (macOS has gtimeout via coreutils, not timeout)