diff --git a/install.sh b/install.sh index 6fd2a94..a2fe889 100755 --- a/install.sh +++ b/install.sh @@ -108,7 +108,7 @@ install_vim_vundle(){ fmt_note "installing vim vundle ..." git clone https://gitee.com/dictxiong/Vundle.vim "$VIM_VUNDLE" fmt_note "initializing vim plugins ..." - if [[ -z "$DFS_NO_COMPLIE" ]]; then + if [[ -z "$DFS_NO_COMPILE" ]]; then vim +PluginInstall +qall fi fi