diff options
author | June McEnroe <programble@gmail.com> | 2013-11-10 15:32:14 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-11-10 15:32:42 -0500 |
commit | b616650716fc24a8e5eeb13c71fc1a5c8e4c5402 (patch) | |
tree | c8342232b27d627b22a5bb0583b25b4da521521a | |
parent | Add vim-autoclose (diff) | |
download | src-b616650716fc24a8e5eeb13c71fc1a5c8e4c5402.tar.gz src-b616650716fc24a8e5eeb13c71fc1a5c8e4c5402.zip |
Replace vim-autoclose with auto-pairs
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc index 5a25c736..9057442a 100644 --- a/.vimrc +++ b/.vimrc @@ -157,7 +157,7 @@ Plug 'junegunn/vim-easy-align' vnoremap <silent> <Enter> :EasyAlign<Enter> Plug 'Raynes/refheap.vim' -Plug 'Townk/vim-autoclose' +Plug 'jiangmiao/auto-pairs' Plug 'majutsushi/tagbar' Plug 'mattn/gist-vim' Plug 'mattn/webapi-vim' |