mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-01 12:50:30 +08:00
vim quiet install
This commit is contained in:
parent
b191403798
commit
30d1fa8bcf
@ -165,9 +165,7 @@ install_vim_vundle(){
|
|||||||
fmt_note "installing vim vundle ..."
|
fmt_note "installing vim vundle ..."
|
||||||
git clone https://gitee.com/dictxiong/Vundle.vim "$VIM_VUNDLE"
|
git clone https://gitee.com/dictxiong/Vundle.vim "$VIM_VUNDLE"
|
||||||
fmt_note "initializing vim plugins ..."
|
fmt_note "initializing vim plugins ..."
|
||||||
if [[ -z "$DFS_NO_COMPILE" ]]; then
|
echo | vim +PluginInstall +qall
|
||||||
vim +PluginInstall +qall
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user