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

@@ -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)