We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdb87d commit 3234ed6Copy full SHA for 3234ed6
install.sh
@@ -82,15 +82,15 @@ create_vimrc() {
82
cp -R $app_dir/extras/syntax $HOME/.vim/
83
}
84
85
-setup_vundle() {
86
- echo "setting vundles for vim ..."
+setup_plugins() {
+ echo "setting vim-plug for vim ..."
87
vim -u $HOME/.vim/evil-vimrc/evil-install.vim +PlugInstall +qall
88
89
90
do_install() {
91
clone_repo "successfully cloned" $app_name
92
create_vimrc "setting up vimrc"
93
- setup_vundle "now updating/installing plugins using Vundle"
+ setup_plugins "now updating/installing plugins using vim-plug"
94
echo 'installing eVim successfully ...'
95
96
0 commit comments