From 6a1744184c5c4bb9c58246a69f2191d448d66435 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Wed, 18 May 2022 12:34:34 +0100 Subject: [PATCH] Add Plug install instructions Prior to this commit it was not obvious that this vim plugin supported Plug as an installation method. This commit fixes that by adding a small note to the Installation section that describes how a user would install this plugin with Plug. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b89599..3d3789e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,14 @@ My entire home directory is a git repository, so for me it's simply a case of If you're not using pathogen, you can just manually place the files in the appropriate places under `~/.vim/` +With [Plug](https://github.com/junegunn/vim-plug) + +In your ~/.vimrc (or stdpath('config') . '/init.vim' for Neovim) + + call plug#begin() + rodjek/vim-puppet + call plug#end() + Testing ------- @@ -58,4 +66,3 @@ Testing is based on vader.vim testing framework, see: . To run full test suit use `./test/run-tests.sh`, this will also download vader.vim plugin to project's folder. -