From 16c9c499ebfe6a7b55ca90fd8ccab0f721745fc4 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 6 Jan 2016 01:51:47 +0100 Subject: [PATCH] Plugins: new section "Commenters" --- CHANGELOG.md | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 197ed31..875e4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 444db5f..9e159ff 100644 --- a/README.md +++ b/README.md @@ -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)