Plugins: new section "Misc"

This commit is contained in:
Marco Hinz 2016-01-06 01:48:09 +01:00
parent f54c3b6e2e
commit 334fc02303
2 changed files with 14 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)
- 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!

View File

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