Update plugins
This commit is contained in:
parent
e41e63192b
commit
b8fb0ba7e6
45
PLUGINS.md
45
PLUGINS.md
@ -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)
|
- [Cycle](#cycle)
|
||||||
- [Delimiter](#delimiter)
|
- [代码注释](#代码注释)
|
||||||
- [Fuzzy finders](#fuzzy-finders)
|
- [自动补全括号](#自动补全括号)
|
||||||
- [Grep tools](#grep-tools)
|
- [模糊搜索](#模糊搜索)
|
||||||
- [Indent](#indent)
|
- [文本搜索](#文本搜索)
|
||||||
- [Misc](#misc)
|
- [代码对齐线](#代码对齐线)
|
||||||
- [Navigation](#navigation)
|
- [Navigation](#navigation)
|
||||||
- [Plugin managers](#plugin-managers)
|
- [插件管理](#插件管理)
|
||||||
- [Snippets](#snippets)
|
- [代码片段](#代码片段)
|
||||||
- [Statusline](#statusline)
|
- [状态栏](#状态栏)
|
||||||
- [Surround](#surround)
|
- [Surround](#surround)
|
||||||
- [Taking notes](#taking-notes)
|
- [Taking notes](#taking-notes)
|
||||||
- [Testing](#testing)
|
- [Testing](#testing)
|
||||||
- [Text objects](#text-objects)
|
- [文本对象](#文本对象)
|
||||||
- [Tmux](#tmux)
|
- [Tmux](#tmux)
|
||||||
- [Undo history](#undo-history)
|
- [Undo history](#undo-history)
|
||||||
- [Version control](#version-control)
|
- [Version control](#version-control)
|
||||||
- [Writing](#writing)
|
- [Writing](#writing)
|
||||||
|
- [Misc](#misc)
|
||||||
#### [By filetype](#by-filetype-1)
|
- [编程语言](#编程语言)
|
||||||
|
- [C、C++](#cc)
|
||||||
- [C and C++](#c-and-c)
|
|
||||||
- [Clojure](#clojure)
|
- [Clojure](#clojure)
|
||||||
- [Elixir](#elixir)
|
- [Elixir](#elixir)
|
||||||
- [Go](#go)
|
- [Go](#go)
|
||||||
@ -42,7 +41,9 @@
|
|||||||
- [TeX](#tex)
|
- [TeX](#tex)
|
||||||
- [VimL](#viml)
|
- [VimL](#viml)
|
||||||
|
|
||||||
## 颜色主题
|
<!-- vim-markdown-toc -->
|
||||||
|
|
||||||
|
### 颜色主题
|
||||||
|
|
||||||
以下为一些比较流行的颜色主题:
|
以下为一些比较流行的颜色主题:
|
||||||
|
|
||||||
@ -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++
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user