Merge cea586ddfc5511c5104381d4fe785b43f9090c18 into 39f06b873a8449af8ff6a3eee716d3da14d63a76

This commit is contained in:
Aybars Nazlica 2021-01-12 12:59:21 +09:00 committed by GitHub
commit b014986955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@ Installation
* Manual
* Copy `plugin/auto-pairs.vim` to `~/.vim/plugin`
* Vim8 packages
* `mkdir -p ~/.vim/pack/plugins/start/`
* `git clone --depth 1 https://github.com/jiangmiao/auto-pairs.git ~/.vim/pack/plugins/start/auto-pairs`
* [Pathogen](https://github.com/tpope/vim-pathogen)
* `git clone git://github.com/jiangmiao/auto-pairs.git ~/.vim/bundle/auto-pairs`
* [Vundle](https://github.com/VundleVim/Vundle.vim)