This commit is contained in:
Dict Xiong 2022-08-28 16:44:11 +08:00
parent c9f7bdd8ae
commit 75591de010

View File

@ -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