1
0
mirror of https://github.com/amix/vimrc synced 2025-07-03 22:25:32 +08:00

Added the auto-pairs plugin

This commit is contained in:
amix
2016-08-20 14:44:55 +02:00
parent 44481c9278
commit 1f99361484
3 changed files with 875 additions and 0 deletions

View File

@ -52,6 +52,7 @@ vim-flake8 https://github.com/nvie/vim-flake8
vim-pug https://github.com/digitaltoad/vim-pug
vim-yankstack https://github.com/maxbrunsfeld/vim-yankstack
lightline.vim https://github.com/itchyny/lightline.vim
auto-pairs https://github.com/jiangmiao/auto-pairs
""".strip()
GITHUB_ZIP = '%s/archive/master.zip'