Update README.md

Added in installation method for vim-plug package manager.
This commit is contained in:
eremitik 2021-02-06 17:14:01 +09:00 committed by GitHub
parent 39f06b873a
commit bd030ba2b8
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'`
* [Plug](https://github.com/junegunn/vim-plug)
* `Plug 'https://github.com/jiangmiao/auto-pairs.git'`
Features
--------