From 15d0c03809e01ae1a0e3ed6415a1bc9ad305fe35 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 1 Aug 2021 15:01:43 -0400 Subject: [PATCH] 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. --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 2ca3d0b3..00d12fe1 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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