From 53dcccd2a97e081194d8c0d2b692f18d216d41ee Mon Sep 17 00:00:00 2001 From: Ryan Schachte Date: Fri, 12 Jul 2019 14:14:52 -0700 Subject: [PATCH] Adds vim-plug reference to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d079ba..50a19c0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Installation * `git clone git://github.com/jiangmiao/auto-pairs.git ~/.vim/bundle/auto-pairs` * [Vundle](https://github.com/VundleVim/Vundle.vim) * `Plugin 'jiangmiao/auto-pairs'` +* [Vim-Plug](https://github.com/junegunn/vim-plug) + * `Plug 'jiangmiao/auto-pairs'` Features --------