From c6be9c909538b1aa4869ca025aca280c0d448496 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 18 Dec 2018 16:48:35 -0800 Subject: [PATCH] Added plug for vim-plug --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7623550..8b68641 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ This is a vim plugin for Parsing Expression Grammars, using the [LPEG "re" syntax](http://www.inf.puc-rio.br/~roberto/lpeg/re.html). +I recommend installing it with [vim-plug](https://github.com/junegunn/vim-plug): + +``` +Plug 'https://bitbucket.org/spilt/vim-peg', { 'for': 'peg' } +```