1:确保你的电脑能够联网。
2:确保你的apt源是好用的。
接下来,我们安装vimplus,是一种非常简单的安装vim方式,同时还配置了许多工具。
a:确保你有git工具,如果没有的话请安装(ubuntu:sudo apt install git,)。
git clone https://github.com/chxuan/vimplus.git
cd ./vimplus
sudo ./install.sh
等待安装好即可,在这个安装过程中需要选择python2 还是python3,(根据你的虚拟机当前python版本进行选择,查看版本命令aptitude show softwarename)。