From 47d22f54c9ca02ebec923913be63fbed8bfccb57 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sat, 24 Jul 2021 19:35:47 +0200 Subject: [PATCH] added installation info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0ac9b4d..f709318 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,17 @@ You have to define at lease path where configs are located. All the paths will b let g:plug_config_dirs = ['~/.nvim/pluginconfigs', '~/git/vim-plugin-configs'] ``` +Place this configuration before the `plug#begin()` + ## Create or Edit Just call `PlugConfig ` and it will either open an existing one (first one found) or it will create one in the first directory. Autocomplete is supported, too. + +## Installation + +Simple as you already know + +``` +Plug 'm42e/vim-plug-config +```