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