From d9bbdc33f6ebc0656d12df20fc680bf43b7a3bf9 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 7 Aug 2017 12:21:39 +0200 Subject: [PATCH] Plugins: add plugin managers --- PLUGINS.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index 20cadb0..a8d5c53 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -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_)