Skip to content

Commit 3234ed6

Browse files
committed
chore(eVim): updated the install script for *nix
1 parent 3bdb87d commit 3234ed6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ create_vimrc() {
8282
cp -R $app_dir/extras/syntax $HOME/.vim/
8383
}
8484

85-
setup_vundle() {
86-
echo "setting vundles for vim ..."
85+
setup_plugins() {
86+
echo "setting vim-plug for vim ..."
8787
vim -u $HOME/.vim/evil-vimrc/evil-install.vim +PlugInstall +qall
8888
}
8989

9090
do_install() {
9191
clone_repo "successfully cloned" $app_name
9292
create_vimrc "setting up vimrc"
93-
setup_vundle "now updating/installing plugins using Vundle"
93+
setup_plugins "now updating/installing plugins using vim-plug"
9494
echo 'installing eVim successfully ...'
9595
}
9696

0 commit comments

Comments
 (0)