Move plugins ToC to content/plugins.md

This commit is contained in:
Marco Hinz 2016-01-28 19:40:21 +01:00
parent 25473c9f44
commit c48c5e46b0
2 changed files with 22 additions and 14 deletions

View File

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

View File

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