1、在vim安装文件夹下新建bundle文件夹

2、打开Windows Terminal进入bundle文件夹

3、执行git clone https://github.com/VundleVim/Vundle.vim.git
将文件下载到当前文件夹下
当然,如果你没有安装git直接访问网址进行下载也可以

4、打开配置文件,添加如下代码,并保存
set nocompatible
filetype offset rtp+=$VIM/vim81/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
call vundle#end()
filetype plugin indent on

5、新打开vim窗口,进入命令模式,输入PluginInstall并执行,
显示如图所示即表示成功
