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:
parent
8b8788b835
commit
15d0c03809
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user