Merge pull request #143 from xluffy-fork/master
Update install auto-pair
This commit is contained in:
commit
06e7d60aa2
10
README.md
10
README.md
@ -4,11 +4,13 @@ Insert or delete brackets, parens, quotes in pair.
|
|||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
copy plugin/auto-pairs.vim to ~/.vim/plugin
|
|
||||||
|
|
||||||
or if you are using `pathogen`:
|
* Manual
|
||||||
|
* Copy `plugin/auto-pairs.vim` to `~/.vim/plugin`
|
||||||
```git clone git://github.com/jiangmiao/auto-pairs.git ~/.vim/bundle/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)
|
||||||
|
* `Plugin 'jiangmiao/auto-pairs'`
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
Loading…
Reference in New Issue
Block a user