From bd030ba2b8a9dec8039f534ba1f737312326fd90 Mon Sep 17 00:00:00 2001 From: eremitik <39305876+eremitik@users.noreply.github.com> Date: Sat, 6 Feb 2021 17:14:01 +0900 Subject: [PATCH] Update README.md Added in installation method for vim-plug package manager. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d079ba..728701f 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'` +* [Plug](https://github.com/junegunn/vim-plug) + * `Plug 'https://github.com/jiangmiao/auto-pairs.git'` Features --------