1
0
forked from extern/nix-config

vim: Update auto-pairs to maintained fork

This fixes an issue where the previous version of auto-pairs would come
across issues when closing parentheses.
This commit is contained in:
Donovan Glover 2021-08-01 15:01:43 -04:00
parent 8b8788b835
commit 15d0c03809
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -21,7 +21,7 @@ call plug#begin('~/.vim/plugged')
Plug 'sgur/vim-editorconfig' " EditorConfig
Plug 'tpope/vim-fugitive' " Git wrapper
Plug 'junegunn/fzf.vim' " fzf wrapper
Plug 'jiangmiao/auto-pairs' " {Pair} completion
Plug 'lunarWatcher/auto-pairs' " {Pair} completion
Plug 'tpope/vim-endwise' " 'End' completion
Plug 'reedes/vim-pencil' " Word wrap
Plug 'junegunn/goyo.vim' " Distraction-free writing