Plugins: new section "Commenters"

This commit is contained in:
Marco Hinz 2016-01-06 01:51:47 +01:00
parent 334fc02303
commit 16c9c499eb
2 changed files with 8 additions and 0 deletions

View File

@ -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) - Basics: [Quickfix and location lists?](README.md#quickfix-and-location-lists)
- Quirks: [Newline used for NUL](README.md#newline-used-for-nul) - 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) - Plugins: [New section "Misc"](README.md#misc)
## [1.0] - 2016-01-06 ## [1.0] - 2016-01-06

View File

@ -32,6 +32,7 @@
#### [List of plugins](#list-of-plugins-1) #### [List of plugins](#list-of-plugins-1)
- [Alignment](#alignment) - [Alignment](#alignment)
- [Code completion](#code-completion) - [Code completion](#code-completion)
- [Commenters](#commenters)
- [Delimiter](#delimiter) - [Delimiter](#delimiter)
- [Fuzzy finders](#fuzzy-finders) - [Fuzzy finders](#fuzzy-finders)
- [Grep tools](#grep-tools) - [Grep tools](#grep-tools)
@ -499,6 +500,12 @@ Here's a list of commonly used colorschemes:
- [supertab](https://github.com/ervandew/supertab) - [supertab](https://github.com/ervandew/supertab)
- [youcompleteme](https://github.com/Valloric/YouCompleteMe) - [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 #### Delimiter
- [auto-pairs](https://github.com/jiangmiao/auto-pairs) - [auto-pairs](https://github.com/jiangmiao/auto-pairs)