You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| .. | ||
| autoload | 7 years ago | |
| docs | 7 years ago | |
| vimrcs | 7 years ago | |
| .gitignore | 7 years ago | |
| Dockerfile | 7 years ago | |
| LICENSE | 7 years ago | |
| README.md | 7 years ago | |
| _config.yml | 7 years ago | |
| install_basic_vimrc.sh | 7 years ago | |
| install_vimrc.sh | 7 years ago | |
| my_configs.vim | 7 years ago | |
README.md
Super vimer
VIM 集成开发环境
工程首页
使用说明
下载该工程
git clone https://github.com/alvisisme/super-vimer.git ~/.vim_runtime
安装脚本
cd ~/.vim_runtime
sh install_vimrc.sh
VIM命令模式下执行:PlugInstall完成插件安装
插件安装于 ~/.vim/plugged/ 目录下
插件列表
- 插件管理 vim-plug
- 目录树显示 NERDTree
- 代码补全 YouCompleteMe
- 括号补全 delimitMate
- 自动格式化 autoformat
- 括号引号等快捷处理 vim-surround