Plugins: add plugin managers

This commit is contained in:
Marco Hinz 2017-08-07 12:21:39 +02:00
parent 353fa3b610
commit d9bbdc33f6
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -7,13 +7,15 @@
- [Alignment](#alignment)
- [Building and linting](#building-and-linting)
- [Code completion](#code-completion)
- [Cycle](#cycle)
- [Commenters](#commenters)
- [Cycle](#cycle)
- [Delimiter](#delimiter)
- [Fuzzy finders](#fuzzy-finders)
- [Grep tools](#grep-tools)
- [Indent](#indent)
- [Misc](#misc)
- [Navigation](#navigation)
- [Plugin managers](#plugin-managers)
- [Snippets](#snippets)
- [Statusline](#statusline)
- [Surround](#surround)
@ -23,7 +25,6 @@
- [Undo history](#undo-history)
- [Version control](#version-control)
- [Writing](#writing)
- [Misc](#misc)
#### [By filetype](#by-filetype-1)
@ -131,6 +132,14 @@ Here's a list of commonly used colorschemes:
Also see [fuzzy finders](#fuzzy-finders).
#### Plugin managers
- [dein.vim](https://github.com/Shougo/dein.vim)
- [vim-addon-manager](https://github.com/MarcWeber/vim-addon-manager)
- [vim-pathogen](https://github.com/tpope/vim-pathogen)
- [vim-plug](https://github.com/junegunn/vim-plug)
- [vundle.vim](https://github.com/VundleVim/Vundle.vim)
#### Snippets
- [neosnippet.vim](https://github.com/Shougo/neosnippet.vim) (_depends on other plugins_)