https://github.com/VundleVim/Vundle.vim

Vundle的安装:

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

~/.vimrc文件中也添加如下命令:

set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'

"Plugs下面加入你需要的vim-plug
Plugin 'vim-airline/vim-airline'

call vundle#end()
filetype plugin indent on

Launch vim and run :PluginInstall

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐