wolegeyun / vimCfg

vim & neovim IDE for c++ and python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. 支持系统

2. 部署

2.1 下载

git clone https://github.com/HaomingJu/vimCfg.git ~/.vim

2.2 执行安装脚本

./install.sh

2.3 插件安装

# Bash
vim -c :PlugInstall

# Inside vim
:CocCommand clangd.install

# Wait for some minutes

执行:CocCommand clangd.install之后~/.vim/coc-settings.json内将会自动设定clangd.path选项值

3. 文档参考

功能画廊 | 快捷键文档

4. TODOs

  • 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脚本

5. Q&A

6. 其他

GitHub repo size

About

vim & neovim IDE for c++ and python


Languages

Language:Vim Script 98.7%Language:Shell 1.3%