Update plugins

This commit is contained in:
Shidong Wang 2019-05-05 16:27:08 +08:00
parent e41e63192b
commit b8fb0ba7e6
2 changed files with 44 additions and 41 deletions

View File

@ -1,35 +1,34 @@
## 插件列表
#### [Colorschemes](#colorschemes-1)
#### [By topic](#by-topic-1)
<!-- vim-markdown-toc GFM -->
- [Alignment](#alignment)
- [Building and linting](#building-and-linting)
- [Code completion](#code-completion)
- [Commenters](#commenters)
- [颜色主题](#颜色主题)
- [按功能分类](#按功能分类)
- [文本对齐](#文本对齐)
- [语法检查](#语法检查)
- [代码补全](#代码补全)
- [Cycle](#cycle)
- [Delimiter](#delimiter)
- [Fuzzy finders](#fuzzy-finders)
- [Grep tools](#grep-tools)
- [Indent](#indent)
- [Misc](#misc)
- [代码注释](#代码注释)
- [自动补全括号](#自动补全括号)
- [模糊搜索](#模糊搜索)
- [文本搜索](#文本搜索)
- [代码对齐线](#代码对齐线)
- [Navigation](#navigation)
- [Plugin managers](#plugin-managers)
- [Snippets](#snippets)
- [Statusline](#statusline)
- [插件管理](#插件管理)
- [代码片段](#代码片段)
- [状态栏](#状态栏)
- [Surround](#surround)
- [Taking notes](#taking-notes)
- [Testing](#testing)
- [Text objects](#text-objects)
- [文本对象](#文本对象)
- [Tmux](#tmux)
- [Undo history](#undo-history)
- [Version control](#version-control)
- [Writing](#writing)
#### [By filetype](#by-filetype-1)
- [C and C++](#c-and-c)
- [Misc](#misc)
- [编程语言](#编程语言)
- [C、C++](#cc)
- [Clojure](#clojure)
- [Elixir](#elixir)
- [Go](#go)
@ -42,7 +41,9 @@
- [TeX](#tex)
- [VimL](#viml)
## 颜色主题
<!-- vim-markdown-toc -->
### 颜色主题
以下为一些比较流行的颜色主题:
@ -69,7 +70,7 @@
Alternatively, generate your own colorscheme using [themer](https://github.com/mjswensen/themer)
or [Colortemplate](https://github.com/lifepillar/vim-colortemplate).
## 按功能分类
### 按功能分类
#### 文本对齐
@ -258,7 +259,7 @@ Also see [fuzzy finders](#fuzzy-finders).
- [vim-startify](https://github.com/mhinz/vim-startify)
- [vim-unimpaired](https://github.com/tpope/vim-unimpaired)
## 编程语言
### 编程语言
#### C、C++

View File

@ -1978,6 +1978,8 @@ set ttimeoutlen=10 " unnoticeable small value
## 进阶阅读
- [Vim 插件开发指南](https://github.com/wsdjeg/vim-plugin-dev-guide)
- [差用插件列表](PLUGINS.md)
## 加入我们