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,48 +1,49 @@
## 插件列表 ## 插件列表
#### [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) - [Cycle](#cycle)
- [Fuzzy finders](#fuzzy-finders) - [代码注释](#代码注释)
- [Grep tools](#grep-tools) - [自动补全括号](#自动补全括号)
- [Indent](#indent) - [模糊搜索](#模糊搜索)
- [Misc](#misc) - [文本搜索](#文本搜索)
- [Navigation](#navigation) - [代码对齐线](#代码对齐线)
- [Plugin managers](#plugin-managers) - [Navigation](#navigation)
- [Snippets](#snippets) - [插件管理](#插件管理)
- [Statusline](#statusline) - [代码片段](#代码片段)
- [Surround](#surround) - [状态栏](#状态栏)
- [Taking notes](#taking-notes) - [Surround](#surround)
- [Testing](#testing) - [Taking notes](#taking-notes)
- [Text objects](#text-objects) - [Testing](#testing)
- [Tmux](#tmux) - [文本对象](#文本对象)
- [Undo history](#undo-history) - [Tmux](#tmux)
- [Version control](#version-control) - [Undo history](#undo-history)
- [Writing](#writing) - [Version control](#version-control)
- [Writing](#writing)
- [Misc](#misc)
- [编程语言](#编程语言)
- [C、C++](#cc)
- [Clojure](#clojure)
- [Elixir](#elixir)
- [Go](#go)
- [HTML](#html)
- [Java](#java)
- [Javascript](#javascript)
- [Lua](#lua)
- [PHP](#php)
- [Python](#python)
- [TeX](#tex)
- [VimL](#viml)
#### [By filetype](#by-filetype-1) <!-- vim-markdown-toc -->
- [C and C++](#c-and-c) ### 颜色主题
- [Clojure](#clojure)
- [Elixir](#elixir)
- [Go](#go)
- [HTML](#html)
- [Java](#java)
- [Javascript](#javascript)
- [Lua](#lua)
- [PHP](#php)
- [Python](#python)
- [TeX](#tex)
- [VimL](#viml)
## 颜色主题
以下为一些比较流行的颜色主题: 以下为一些比较流行的颜色主题:
@ -69,7 +70,7 @@
Alternatively, generate your own colorscheme using [themer](https://github.com/mjswensen/themer) Alternatively, generate your own colorscheme using [themer](https://github.com/mjswensen/themer)
or [Colortemplate](https://github.com/lifepillar/vim-colortemplate). 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-startify](https://github.com/mhinz/vim-startify)
- [vim-unimpaired](https://github.com/tpope/vim-unimpaired) - [vim-unimpaired](https://github.com/tpope/vim-unimpaired)
## 编程语言 ### 编程语言
#### C、C++ #### C、C++

View File

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