From c48c5e46b0c626d1c89d5ea2a6848fa75d475410 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 28 Jan 2016 19:40:21 +0100 Subject: [PATCH] Move plugins ToC to content/plugins.md --- README.md | 14 -------------- content/plugins.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 77bdf51..a3cf0f9 100644 --- a/README.md +++ b/README.md @@ -105,20 +105,6 @@ Twitter](https://twitter.com/_mhinz_). Thanks! #### [List of plugins](content/plugins.md) -- [Alignment](content/plugins.md#alignment) -- [Code completion](content/plugins.md#code-completion) -- [Commenters](content/plugins.md#commenters) -- [Delimiter](content/plugins.md#delimiter) -- [Fuzzy finders](content/plugins.md#fuzzy-finders) -- [Grep tools](content/plugins.md#grep-tools) -- [Navigation](content/plugins.md#navigation) -- [Statusline](content/plugins.md#statusline) -- [Taking notes](content/plugins.md#taking-notes) -- [Tmux](content/plugins.md#tmux) -- [Undo history](content/plugins.md#undo-history) -- [Version control](content/plugins.md#version-control) -- [Misc](content/plugins.md#misc) - --- ## Intro diff --git a/content/plugins.md b/content/plugins.md index 02bd104..055ec05 100644 --- a/content/plugins.md +++ b/content/plugins.md @@ -1,5 +1,25 @@ ## List of plugins +#### [By topic](#by-topic-1) + +- [Alignment](#alignment) +- [Code completion](#code-completion) +- [Commenters](#commenters) +- [Delimiter](#delimiter) +- [Fuzzy finders](#fuzzy-finders) +- [Grep tools](#grep-tools) +- [Navigation](#navigation) +- [Statusline](#statusline) +- [Taking notes](#taking-notes) +- [Tmux](#tmux) +- [Undo history](#undo-history) +- [Version control](#version-control) +- [Misc](#misc) + +#### [By filetype](#by-filetype-1) + +## By topic + #### Alignment - [easy-align](https://github.com/junegunn/vim-easy-align) @@ -107,3 +127,5 @@ Also see [fuzzy finders](#fuzzy-finders). - [startify](https://github.com/mhinz/vim-startify) - [surround](https://github.com/tpope/vim-surround) - [unicode.vim](https://github.com/chrisbra/unicode.vim) + +## By filetype