mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Plugins: new section "Commenters"
This commit is contained in:
parent
334fc02303
commit
16c9c499eb
@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
- Basics: [Quickfix and location lists?](README.md#quickfix-and-location-lists)
|
||||
- Quirks: [Newline used for NUL](README.md#newline-used-for-nul)
|
||||
- Plugins: [New section "Commenters"](README.md#commenters)
|
||||
- Plugins: [New section "Misc"](README.md#misc)
|
||||
|
||||
## [1.0] - 2016-01-06
|
||||
|
@ -32,6 +32,7 @@
|
||||
#### [List of plugins](#list-of-plugins-1)
|
||||
- [Alignment](#alignment)
|
||||
- [Code completion](#code-completion)
|
||||
- [Commenters](#commenters)
|
||||
- [Delimiter](#delimiter)
|
||||
- [Fuzzy finders](#fuzzy-finders)
|
||||
- [Grep tools](#grep-tools)
|
||||
@ -499,6 +500,12 @@ Here's a list of commonly used colorschemes:
|
||||
- [supertab](https://github.com/ervandew/supertab)
|
||||
- [youcompleteme](https://github.com/Valloric/YouCompleteMe)
|
||||
|
||||
#### Commenters
|
||||
|
||||
- [commentary](https://github.com/tpope/vim-commentary)
|
||||
- [nerdcommenter](https://github.com/scrooloose/nerdcommenter)
|
||||
- [tcomment](https://github.com/tomtom/tcomment_vim)
|
||||
|
||||
#### Delimiter
|
||||
|
||||
- [auto-pairs](https://github.com/jiangmiao/auto-pairs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user