From ad9b8753b4f9452d930e34424c71e75acc8f7242 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sat, 24 Jul 2021 19:45:46 +0200 Subject: [PATCH] fix vim-plug reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12b78ec..1f05557 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # vim-plug-config -A simple plugin which allows to manage the configuration per plugin in combination with [vim.plug](https://github.com/junegunn/vim-plug). +A simple plugin which allows to manage the configuration per plugin in combination with [vim-plug](https://github.com/junegunn/vim-plug). The advantage is, that it will load configs automatically if available and the plugin is loaded. Works also with lazy loaded plugins. ## Configuration