call install_neovim.sh from main before nvchad
This commit is contained in:
parent
6e85423bdf
commit
d5bc117023
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user