{"id":14070912,"url":"https://github.com/chxuan/vimplus","last_synced_at":"2025-05-14T12:12:39.036Z","repository":{"id":39350808,"uuid":"55875798","full_name":"chxuan/vimplus","owner":"chxuan","description":":rocket:An automatic configuration program for vim","archived":false,"fork":false,"pushed_at":"2024-06-05T17:34:10.000Z","size":13126,"stargazers_count":3953,"open_issues_count":259,"forks_count":1130,"subscribers_count":123,"default_branch":"master","last_synced_at":"2025-04-09T03:11:18.252Z","etag":null,"topics":["docker","linux","macosx","vim","vimplus","wsl"],"latest_commit_sha":null,"homepage":"https://github.com/chxuan/vimplus","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chxuan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://github.com/chxuan/vimplus#%E6%94%AF%E6%8C%81%E5%BC%80%E6%BA%90"}},"created_at":"2016-04-10T01:51:01.000Z","updated_at":"2025-04-04T12:50:16.000Z","dependencies_parsed_at":"2024-08-13T07:18:07.025Z","dependency_job_id":"f395aedb-b73a-4f31-a105-670b82c5fb37","html_url":"https://github.com/chxuan/vimplus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chxuan%2Fvimplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chxuan%2Fvimplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chxuan%2Fvimplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chxuan%2Fvimplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chxuan","download_url":"https://codeload.github.com/chxuan/vimplus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254140768,"owners_count":22021220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","linux","macosx","vim","vimplus","wsl"],"created_at":"2024-08-13T07:08:10.793Z","updated_at":"2025-05-14T12:12:39.014Z","avatar_url":"https://github.com/chxuan.png","language":"Vim script","funding_links":["https://github.com/chxuan/vimplus#%E6%94%AF%E6%8C%81%E5%BC%80%E6%BA%90"],"categories":["Vim Script","Vim script","Linux生态圈用户工具"],"sub_categories":[],"readme":"![vimplus-logo][1]\n\nAn automatic configuration program for vim\n===============================================\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#build\" alt=\"build\"\u003e\u003cimg src=\"https://img.shields.io/badge/build-passing-brightgreen.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"#安装\" alt=\"platform\"\u003e\u003cimg src=\"https://img.shields.io/badge/platform-MacOSX%20%7C%20Linux%2064bit%20%7C%20Docker%20%7C%20WSL%20%7C%20Android-brightgreen.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/chxuan/vimplus/stargazers\" alt=\"stars\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/chxuan/vimplus.svg?style=popout\u0026label=stars\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/chxuan/vimplus/forks\" alt=\"forks\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/chxuan/vimplus.svg?style=popout\u0026label=forks\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/chxuan/vimplus/graphs/contributors\" alt=\"contributors\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/chxuan/vimplus\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/chxuan/vimplus/blob/master/LICENSE\" alt=\"lincense\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![main][2]\n\n## 安装\n\n### Mac OS X\n\n#### 安装[HomeBrew][3]\n \n    /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n\n#### 安装vimplus\n\n    git clone https://github.com/chxuan/vimplus.git ~/.vimplus\n    cd ~/.vimplus\n    ./install.sh\n    \n注: apline用户请预先安装git,bash: apk add git bash  \n\n#### 设置Nerd Font\n\n为防止vimplus显示乱码，需设置mac终端字体为`Droid Sans Mono Nerd Font`。\n\n#### 更新vimplus\n\n紧跟vimplus的步伐，尝鲜新特性\n\n    ./update.sh\n    \n\n### Linux 64-bit\n\n#### 支持以下发行版\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=ubuntu\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/ubuntu.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=ubuntukylin\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/ubuntukylin.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=debian\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/debian.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=kali\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/kali.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=deepin\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/deepin.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=mint\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/mint.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=elementary\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/elementary.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=centos\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/centos.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=fedora\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/fedora.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=arch\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/arch.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=manjaro\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/manjaro.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=opensuse\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/opensuse.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=gentoo\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/gentoo.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=parrot\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/parrot.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=raspios\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/raspios.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=freebsd\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/freebsd.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003ca href=\"https://distrowatch.com/table.php?distribution=alpine\"\u003e\u003cimg src=\"https://distrowatch.com/images/yvzhuwbpy/alpine.png\"/\u003e\u003c/a\u003e\u003cp align=\"center\"\u003e\u003c/p\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\n#### 安装vimplus\n\n    git clone https://github.com/chxuan/vimplus.git ~/.vimplus\n    cd ~/.vimplus\n    ./install.sh //不加sudo\n    \n#### 设置Nerd Font\n\n为防止vimplus显示乱码，需设置linux终端字体为`Droid Sans Mono Nerd Font`。\n\n#### 多用户支持\n\n将vimplus在某个用户下安装好后，若需要在其他用户也能够使用vimplus，则执行\n\n    sudo ./install_to_user.sh username1 username2 //替换为真实用户名\n    \n#### 更新vimplus\n\n紧跟vimplus的步伐，尝鲜新特性\n\n    ./update.sh\n\n\n### Android 64-bit([Termux][87])\n\n#### 安装vimplus\n\n    git clone https://github.com/chxuan/vimplus.git ~/.vimplus\n    cd ~/.vimplus\n    ./install.sh\n    \n#### 更新vimplus\n\n紧跟vimplus的步伐，尝鲜新特性\n\n    ./update.sh\n    \n\n### Docker\n\n[ubuntu-vimplus][79]是vimplus基于ubuntu18.04的docker镜像，无需安装vimplus，即可快速体验vimplus带来的快乐\n\n    docker run -it chxuan/ubuntu-vimplus\n    \n\n## 自定义\n\n\u003e * [~/.vimrc][82]为vimplus的默认配置，一般不做修改\n\u003e * [~/.vimrc.custom.plugins][83]为用户自定义插件列表，用户增加、卸载插件请修改该文件\n\u003e * [~/.vimrc.custom.config][84]为用户自定义配置文件，一般性配置请放入该文件，可覆盖[~/.vimrc][82]里的配置\n\n\n## 插件列表\n\n| 插件                                | 说明                                                                           |\n| -------                             | -----                                                                          |\n| [cpp-mode][58]                      | 提供生成函数实现、函数声明/实现跳转、.h .cpp切换等功能(I'm author:smile:)      |\n| [vim-edit][72]                      | 方便的文本编辑插件(I'm author:smile:)                                          |\n| [change-colorscheme][27]            | 随心所欲切换主题(I'm author:smile:)                                            |\n| [prepare-code][67]                  | 新建文件时，生成预定义代码片段(I'm author:smile:)                              |\n| [vim-buffer][70]                    | vim缓存操作(I'm author:smile:)                                                 |\n| [vimplus-startify][66]              | vimplus开始页面(修改自[mhinz/vim-startify][25])                                |\n| [tagbar][13]                        | 使用[preservim/tagbar][13]的最新版本，[taglist][14]的替代品，显示类/方法/变量 |\n| [vim-plug][4]                       | 比[Vundle][54]下载更快的插件管理软件                                           |\n| [YouCompleteMe][5]                  | 史上最强大的基于语义的自动补全插件，支持C/C++、C#、Python、PHP等语言           |\n| [NerdTree][6]                       | 代码资源管理器                                                                 |\n| [vim-nerdtree-syntax-highlight][52] | NerdTree文件类型高亮                                                           |\n| [nerdtree-git-plugin][53]           | NerdTree显示git状态                                                            |\n| [vim-devicons][15]                  | 显示文件类型图标                                                               |\n| [Airline][8]                        | 可以取代[powerline][9]的状态栏美化插件                                         |\n| [auto-pairs][10]                    | 自动补全引号、圆括号、花括号等                                                 |\n| [LeaderF][56]                       | 比[ctrlp][12]更强大的文件的模糊搜索工具                                        |\n| [ack][62]                           | 强大的文本搜索工具                                                             |\n| [vim-surround][16]                  | 自动增加、替换配对符的插件                                                     |\n| [vim-commentary][17]                | 快速注释代码插件                                                               |\n| [vim-repeat][18]                    | 重复上一次操作                                                                 |\n| [vim-endwise][19]                   | if/end/endif/endfunction补全                                                   |\n| [tabular][20]                       | 代码、注释、表格对齐                                                           |\n| [vim-easymotion][23]                | 强大的光标快速移动工具，强大到颠覆你的插件观                                   |\n| [incsearch.vim][24]                 | 模糊字符搜索插件                                                               |\n| [vim-fugitive][36]                  | 集成Git                                                                        |\n| [gv][64]                            | 显示git提交记录                                                                |\n| [vim-slash][50]                     | 优化搜索，移动光标后清除高亮                                                   |\n| [echodoc][57]                       | 补全函数时在命令栏显示函数签名                                                 |\n| [vim-smooth-scroll][60]             | 让翻页更顺畅                                                                   |\n| [clever-f.vim][68]                  | 强化f和F键                                                                     |\n\n\n## 快捷键\n\n以下是部分快捷键，可通过vimplus的`,h`命令查看[vimplus帮助文档][59]。\n\n| 快捷键              | 说明                                      |\n| -------             | -----                                     |\n| `,`                 | Leader Key                                |\n| `\u003cleader\u003en`         | 打开/关闭代码资源管理器                   |\n| `\u003cleader\u003et`         | 打开/关闭函数列表                         |\n| `\u003cleader\u003ea`         | .h .cpp 文件切换                          |\n| `\u003cleader\u003eu`         | 转到函数声明                              |\n| `\u003cleader\u003eU`         | 转到函数实现                              |\n| `\u003cleader\u003eu`         | 转到变量声明                              |\n| `\u003cleader\u003eo`         | 打开include文件                           |\n| `\u003cleader\u003ey`         | 拷贝函数声明                              |\n| `\u003cleader\u003ep`         | 生成函数实现                              |\n| `\u003cleader\u003ew`         | 单词跳转                                  |\n| `\u003cleader\u003ef`         | 搜索~目录下的文件                         |\n| `\u003cleader\u003eF`         | 搜索当前目录下的文本                      |\n| `\u003cleader\u003eg`         | 显示git仓库提交记录                       |\n| `\u003cleader\u003eG`         | 显示当前文件提交记录                      |\n| `\u003cleader\u003egg`        | 显示当前文件在某个commit下的完整内容      |\n| `\u003cleader\u003eff`        | 语法错误自动修复(FixIt)                   |\n| `\u003cc-p\u003e`             | 切换到上一个buffer                        |\n| `\u003cc-n\u003e`             | 切换到下一个buffer                        |\n| `\u003cleader\u003ed`         | 删除当前buffer                            |\n| `\u003cleader\u003eD`         | 删除当前buffer外的所有buffer              |\n| `vim`               | 运行vim编辑器时,默认启动开始页面          |\n| `\u003cF5\u003e`              | 显示语法错误提示窗口                      |\n| `\u003cF9\u003e`              | 显示上一主题                              |\n| `\u003cF10\u003e`             | 显示下一主题                              |\n| `\u003cleader\u003el`         | 按竖线对齐                                |\n| `\u003cleader\u003e=`         | 按等号对齐                                |\n| `Ya`                | 复制行文本到字母a                         |\n| `Da`                | 剪切行文本到字母a                         |\n| `Ca`                | 改写行文本到字母a                         |\n| `rr`                | 替换文本                                  |\n| `\u003cleader\u003er`         | 全局替换，目前只支持单个文件              |\n| `rev`               | 翻转当前光标下的单词或使用V模式选择的文本 |\n| `gcc`               | 注释代码                                  |\n| `gcap`              | 注释段落                                  |\n| `vif`               | 选中函数内容                              |\n| `dif`               | 删除函数内容                              |\n| `cif`               | 改写函数内容                              |\n| `vaf`               | 选中函数内容（包括函数名 花括号）         |\n| `daf`               | 删除函数内容（包括函数名 花括号）         |\n| `caf`               | 改写函数内容（包括函数名 花括号）         |\n| `fa`                | 查找字母a，然后再按f键查找下一个          |\n| `\u003cleader\u003ee`         | 快速编辑~/.vimrc文件                      |\n| `\u003cleader\u003es`         | 重新加载~/.vimrc文件                      |\n| `\u003cleader\u003evp`        | 快速编辑~/.vimrc.custom.plugins文件       |\n| `\u003cleader\u003evc`        | 快速编辑~/.vimrc.custom.config文件        |\n| `\u003cleader\u003eh`         | 打开vimplus帮助文档                       |\n| `\u003cleader\u003eH`         | 打开当前光标所在单词的vim帮助文档         |\n| `\u003cleader\u003e\u003cleader\u003et` | 生成try-catch代码块                       |\n| `\u003cleader\u003e\u003cleader\u003ey` | 复制当前选中到系统剪切板                  |\n| `\u003cleader\u003e\u003cleader\u003ei` | 安装插件                                  |\n| `\u003cleader\u003e\u003cleader\u003eu` | 更新插件                                  |\n| `\u003cleader\u003e\u003cleader\u003ec` | 删除插件                                  |\n\n\n## FAQ\n\n- **`vimplus怎么安装新插件？`**\n\n    编辑[~/.vimrc.custom.plugins][83]，添加自定义插件。\n\n- **`vimplus怎么添加自定义配置？`**\n\n    编辑[~/.vimrc.custom.config][84]，添加自定义配置。\n\n- **`vimplus安装脚本会在自己电脑上安装哪些软件？`**\n\n    网络良好情况下，vimplus只需30分钟左右即可将vim cpp环境配置好，vimplus真正的做到了一键配置，不让用户操心。vimplus会安装一些必备软件，比如说python、cmake、gcc、fontconfig等，vimplus也考虑到了有些系统的vim不支持python，它会自动去下载vim源码将python支持编译进去，vimplus也会安装nerd-font不让vim显示出现乱码，最最重要的是vimplus实现了ycm自动编译安装，给折腾了几天ycm都没有安装好的用户带来了新的希望，而且vimplus也支持macos和linux众多发行版，让linux发烧友频繁切换发行版而不用操心vim环境配置。最后说了这么多，不如看[vimplus安装脚本][78]来的直接:smile:。\n\n- **`启动vim报错：RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.`**\n\n    可以尝试将cryptography删掉，具体见[issues #208][81]。\n\n- **`vimplus不支持目前用户正在使用的系统怎么办？`**\n\n    可以给作者提[Issues][39]，或者自己fork vimplus来修改，并提交pr，贡献自己的一份力量。\n\n- **`安装vimplus后Airline等插件有乱码，怎么解决？`**\n\n    linux和mac系统需设置终端字体为`Droid Sans Mono Nerd Font`。\n\n- **`xshell连接远程主机不能使用vim-devicons或乱码。`**\n\n    windows系统安装[Nerd Font][51]字体后并更改xshell字体即可。\n\n- **`ubuntu18.04安装了nerd font但通过终端属性并没有看到该字体。`**\n\n    可以试试dconf-editor软件来设置，可以参考[这里][76]。\n\n- **`使用第三方库时怎么让ycm补全第三方库API？`**\n\n    vimplus安装完毕之后，`~`目录下将会生成两个隐藏文件分别是.vimrc和.ycm_extra_conf.py，其中.vimrc是vim的配置文件，.ycm_extra_conf.py是ycm插件的配置文件，当你需要创建一个project时，需要将.ycm_extra_conf.py拷贝到project的顶层目录，通过修改该配置文件里面的`flags`变量来添加你的第三方库路径。\n\n- **`使用vi命令报错：E492: Not an editor command:`**\n\n    vimplus安装完成后，linux下可能会同时存在vi和vim命令，执行vi时，vi加载~/.vimrc文件可能会报错，但不影响使用，如果要消除错误可以设置软链接`ln -s /usr/bin/vim /usr/bin/vi`\n\n- **`怎么自定义文件头，比如说添加作者、创建时间？`**\n\n    你可以修改[chxuan/prepare-code][67]插件来达到目的，可以参考[这里][77]。\n\n- **`安装vimplus在“[ 95%] Building CXX object ycm/CMakeFiles/ycm_core.dir/ycm_core.cpp.o”等进度时出现编译报错`**\n\n    编译ycm需要消耗较大内存，建议内存大于1G，实在不行也可以开启linux swap分区。\n\n- **`以上没有我遇到的问题怎么办？`**\n\n    您可以通过上网找解决方法，或提[Issues][39]，也可以通过加QQ`787280310`、发邮件方式`787280310@qq.com`一起讨论解决方法。\n\n- **`vimplus用起来真的太棒了，怎么办？`**\n\n    那就麻烦您打赏一颗:star::star:吧，给予我继续维护的动力。\n\n\n## 贡献者\n\n\u003e 有代码贡献或有好的建议，帮助vimplus发展的小伙伴\n\n\u003ca href=\"https://github.com/chxuan\" target=\"_blank\" title=\"chxuan\"\u003e\n\u003cimg src=\"https://github.com/chxuan.png?size=64\" width=\"64\" height=\"64\" alt=\"chxuan\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/dofy\" target=\"_blank\" title=\"dofy\"\u003e\n\u003cimg src=\"https://github.com/dofy.png?size=64\" width=\"64\" height=\"64\" alt=\"dofy\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/urain39\" target=\"_blank\" title=\"urain39\"\u003e\n\u003cimg src=\"https://github.com/urain39.png?size=64\" width=\"64\" height=\"64\" alt=\"urain39\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/freedomDR\" target=\"_blank\" title=\"freedomDR\"\u003e\n\u003cimg src=\"https://github.com/freedomDR.png?size=64\" width=\"64\" height=\"64\" alt=\"freedomDR\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/starifly\" target=\"_blank\" title=\"starifly\"\u003e\n\u003cimg src=\"https://github.com/starifly.png?size=64\" width=\"64\" height=\"64\" alt=\"starifly\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/Shaloc\" target=\"_blank\" title=\"Shaloc\"\u003e\n\u003cimg src=\"https://github.com/Shaloc.png?size=64\" width=\"64\" height=\"64\" alt=\"Shaloc\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/jokerkeny\" target=\"_blank\" title=\"jokerkeny\"\u003e\n\u003cimg src=\"https://github.com/jokerkeny.png?size=64\" width=\"64\" height=\"64\" alt=\"jokerkeny\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/xuthus5\" target=\"_blank\" title=\"xuthus5\"\u003e\n\u003cimg src=\"https://github.com/xuthus5.png?size=64\" width=\"64\" height=\"64\" alt=\"xuthus5\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/zhoumengkang\" target=\"_blank\" title=\"zhoumengkang\"\u003e\n\u003cimg src=\"https://github.com/zhoumengkang.png?size=64\" width=\"64\" height=\"64\" alt=\"zhoumengkang\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/tuberry\" target=\"_blank\" title=\"tuberry\"\u003e\n\u003cimg src=\"https://github.com/tuberry.png?size=64\" width=\"64\" height=\"64\" alt=\"tuberry\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/wyg1997\" target=\"_blank\" title=\"wyg1997\"\u003e\n\u003cimg src=\"https://github.com/wyg1997.png?size=64\" width=\"64\" height=\"64\" alt=\"wyg1997\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/happinesslijian\" target=\"_blank\" title=\"happinesslijian\"\u003e\n\u003cimg src=\"https://github.com/happinesslijian.png?size=64\" width=\"64\" height=\"64\" alt=\"happinesslijian\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/wangling12\" target=\"_blank\" title=\"wangling12\"\u003e\n\u003cimg src=\"https://github.com/wangling12.png?size=64\" width=\"64\" height=\"64\" alt=\"wangling12\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/ardinzh\" target=\"_blank\" title=\"ardinzh\"\u003e\n\u003cimg src=\"https://github.com/ardinzh.png?size=64\" width=\"64\" height=\"64\" alt=\"ardinzh\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/BD7IWD\" target=\"_blank\" title=\"BD7IWD\"\u003e\n\u003cimg src=\"https://github.com/BD7IWD.png?size=64\" width=\"64\" height=\"64\" alt=\"BD7IWD\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/Ro0tk1t\" target=\"_blank\" title=\"Ro0tk1t\"\u003e\n\u003cimg src=\"https://github.com/Ro0tk1t.png?size=64\" width=\"64\" height=\"64\" alt=\"Ro0tk1t\"\u003e\n\u003c/a\u003e\n\n\n## 支持开源:heart:\n\n\u003e 有意愿献爱心的小伙伴，务必将github账号写入捐款备注哦，谢谢大家\n\n| wechat                                                                                                     | alipay                                                                                                       |\n| ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |\n| \u003ca href='#支持开源'\u003e\u003cimg src=\"https://github.com/chxuan/vimplus/blob/master/screenshots/wechat.png\" height=\"150\" width=\"150\" /\u003e\u003c/a\u003e | \u003ca href='#支持开源'\u003e\u003cimg src=\"https://github.com/chxuan/vimplus/blob/master/screenshots/alipay.png\" height=\"150\" width=\"150\" /\u003e\u003c/a\u003e |\n\n| 序号  | 支持者             | RMB   | 时间       |\n| ----- | -------            | ----- | -----      |\n| 1     | [zhoumengkang][80] | ¥50   | 2019-09-28 |\n| 2     | [zhoumengkang][80] | ¥50   | 2019-09-29 |\n| 3     | [zibraque][85]     | ¥50   | 2019-11-25 |\n| 4     | [gfreewind][86]    | ¥20   | 2019-12-27 |\n| 5     | [wh656325437][88]  | ¥20   | 2020-07-02 |\n| 6     | [luguifang][89]    | ¥20   | 2020-07-12 |\n| 7     | [liyewen521][90]   | ¥20   | 2020-07-27 |\n| 8     | [xht19980305][91]  | ¥20   | 2020-08-14 |\n\n\n## vimplus:star:趋势图\n\n![Stargazers over time](https://starchart.cc/chxuan/vimplus.svg)\n\n\n## License\n\nThis software is licensed under the [MIT license][75]. © 2016 chxuan\n\n\n  [1]: https://raw.githubusercontent.com/chxuan/vimplus/master/screenshots/vimplus-logo.png\n  [2]: https://raw.githubusercontent.com/chxuan/vimplus/master/screenshots/main.png\n  [3]: https://brew.sh/\n  [4]: https://github.com/junegunn/vim-plug\n  [5]: https://github.com/Valloric/YouCompleteMe\n  [6]: https://github.com/preservim/nerdtree\n  [8]: https://github.com/vim-airline/vim-airline\n  [9]: https://github.com/powerline/powerline\n  [10]: https://github.com/jiangmiao/auto-pairs\n  [12]: https://github.com/ctrlpvim/ctrlp.vim\n  [13]: https://github.com/preservim/tagbar\n  [14]: https://github.com/vim-scripts/taglist.vim\n  [15]: https://github.com/ryanoasis/vim-devicons\n  [16]: https://github.com/tpope/vim-surround\n  [17]: https://github.com/tpope/vim-commentary\n  [18]: https://github.com/tpope/vim-repeat\n  [19]: https://github.com/tpope/vim-endwise\n  [20]: https://github.com/godlygeek/tabular\n  [23]: https://github.com/easymotion/vim-easymotion\n  [24]: https://github.com/haya14busa/incsearch.vim\n  [25]: https://github.com/mhinz/vim-startify\n  [27]: https://github.com/chxuan/change-colorscheme\n  [36]: https://github.com/tpope/vim-fugitive\n  [38]: https://github.com/Valloric/YouCompleteMe\n  [39]: https://github.com/chxuan/vimplus/issues\n  [50]: https://github.com/junegunn/vim-slash\n  [51]: https://github.com/ryanoasis/nerd-fonts\n  [52]: https://github.com/tiagofumo/vim-nerdtree-syntax-highlight\n  [53]: https://github.com/Xuyuanp/nerdtree-git-plugin\n  [54]: https://github.com/VundleVim/Vundle.vim\n  [56]: https://github.com/Yggdroot/LeaderF\n  [57]: https://github.com/Shougo/echodoc.vim\n  [58]: https://github.com/chxuan/cpp-mode\n  [59]: https://github.com/chxuan/vimplus/blob/master/help.md\n  [60]: https://github.com/terryma/vim-smooth-scroll\n  [62]: https://github.com/mileszs/ack.vim\n  [64]: https://github.com/junegunn/gv.vim\n  [66]: https://github.com/chxuan/vimplus-startify\n  [67]: https://github.com/chxuan/prepare-code\n  [68]: https://github.com/rhysd/clever-f.vim\n  [70]: https://github.com/chxuan/vim-buffer\n  [72]: https://github.com/chxuan/vim-edit\n  [75]: https://github.com/chxuan/vimplus/blob/master/LICENSE\n  [76]: https://blog.csdn.net/wang73ying/article/details/82491993\n  [77]: https://blog.csdn.net/liuyangbo121/article/details/82971736\n  [78]: https://github.com/chxuan/vimplus/blob/master/install.sh\n  [79]: https://hub.docker.com/r/chxuan/ubuntu-vimplus\n  [80]: https://github.com/zhoumengkang\n  [81]: https://github.com/chxuan/vimplus/issues/208\n  [82]: https://github.com/chxuan/vimplus/blob/master/.vimrc\n  [83]: https://github.com/chxuan/vimplus/blob/master/.vimrc.custom.plugins\n  [84]: https://github.com/chxuan/vimplus/blob/master/.vimrc.custom.config\n  [85]: https://github.com/zibraque\n  [86]: https://github.com/gfreewind\n  [87]: https://termux.com/\n  [88]: https://github.com/wh656325437\n  [89]: https://github.com/luguifang\n  [90]: https://github.com/liyewen521\n  [91]: https://github.com/xht19980305\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchxuan%2Fvimplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchxuan%2Fvimplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchxuan%2Fvimplus/lists"}