vim配置为IDE环境(超详细,极力推荐 git)

https://github.com/yangyangwithgnu/use_vim_as_ide

1. 用法

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

2. 打开 vim

3. 执行:
:PluginInstall
原文地址:https://www.cnblogs.com/jhj117/p/5646884.html