Adds vim-plug reference to readme

This commit is contained in:
Ryan Schachte 2019-07-12 14:14:52 -07:00 committed by GitHub
parent 39f06b873a
commit 53dcccd2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
--------