From 334fc023034e6a7baf74e3b6d5181a9e40bdccf9 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 6 Jan 2016 01:48:09 +0100 Subject: [PATCH] Plugins: new section "Misc" --- CHANGELOG.md | 1 + README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e15f0..197ed31 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 "Misc"](README.md#misc) ## [1.0] - 2016-01-06 First release! diff --git a/README.md b/README.md index 51d284c..444db5f 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ - [Taking notes](#taking-notes) - [Undo history](#undo-history) - [Version control](#version-control) +- [Misc](#misc) --- @@ -559,3 +560,15 @@ Also see [fuzzy finders](#fuzzy-finders). - [lawrencium](https://bitbucket.org/ludovicchabant/vim-lawrencium) - [signify](https://github.com/mhinz/vim-signify) - [vcscommand](https://github.com/vim-scripts/vcscommand.vim) + +#### Misc + +- [bracketed-paste](https://github.com/ConradIrwin/vim-bracketed-paste) +- [gnupg](https://github.com/jamessan/vim-gnupg) +- [multiple-cursors](https://github.com/terryma/vim-multiple-cursors) +- [projectionist](https://github.com/tpope/vim-projectionist) +- [rsi](https://github.com/tpope/vim-rsi) +- [splitjoin](https://github.com/AndrewRadev/splitjoin.vim) +- [startify](https://github.com/mhinz/vim-startify) +- [surround](https://github.com/tpope/vim-surround) +- [unicode.vim](https://github.com/chrisbra/unicode.vim)