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.

39 lines
1.1 KiB

# Super vimer
VIM 集成开发环境
## 工程首页
[Super vimer](https://alvisisme.github.io/super-vimer/)
## 使用说明
下载该工程 
```shell
git clone https://github.com/alvisisme/super-vimer.git ~/.vim_runtime
```
安装脚本
```shell
cd ~/.vim_runtime
sh install_vimrc.sh
```
VIM命令模式下执行`:PlugInstall`完成插件安装
插件安装于 **~/.vim/plugged/** 目录下
## 插件列表
* [插件管理 vim-plug](https://github.com/junegunn/vim-plug)
* [目录树显示 NERDTree](https://github.com/scrooloose/nerdtree)
* [括号补全 delimitMate](https://github.com/Raimondi/delimitMate)
* [自动格式化 autoformat](https://github.com/chiel92/vim-autoformat)
* [括号引号等快捷处理 vim-surround](https://github.com/tpope/vim-surround)
## 参考引用
* [amix vimrc](https://github.com/amix/vimrc)
* [use vim as ide](https://github.com/yangyangwithgnu/use_vim_as_ide)
* [VIM Awesome](https://vimawesome.com/)
* [如何在 Linux 下利用 Vim 搭建 C/C++ 开发环境? - 韦易笑的回答 - 知乎](https://www.zhihu.com/question/47691414/answer/373700711)