git clone https://github.com/HaomingJu/vimCfg.git ~/.vim
./install.sh
# Bash
vim -c :PlugInstall
# Inside vim
:CocCommand clangd.install
# Wait for some minutes
执行
:CocCommand clangd.install
之后~/.vim/coc-settings.json
内将会自动设定clangd.path
选项值
- install.sh脚本同时通过最新源码编译安装vim和neovim
- Automatic deployment and usage of Ubuntu16.04 (Ubuntu16.04的自动部署和使用)
- Automatic deployment and usage of Ubuntu18.04 (Ubuntu18.04的自动部署和使用)
- Automatic deployment and usage of Ubuntu20.04 (Ubuntu20.04的自动部署和使用)
- Show dynamic scrrentshots of features (功能动态截图展示)
- Vim complete with Perl (vim编译时支持Perl)
- Vim complete with Ruby (vim编译时支持Ruby)
- Vim complete with Python2 (vim编译时支持Python2)
- Vim complete with Python3 (vim编译时支持Python3)
- Complete documentation of shortcut keys (完善快捷键说明文档)
- Lazy-load for plugin (支持延迟加载)
- 常用按键/配置兼容neovim
- 完全支持neovim, neovim>=0.7与vim>=8.2操作一致
- Snippet支持shell/python脚本