From b3ba84fa4ce5aef526c9e5ddfedba7607d9d6035 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 16 Jan 2018 16:00:05 +0000 Subject: [PATCH] Replace matchit.vim with vim-matchup --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 8c7f0d4..b2d3bad 100644 --- a/vimrc +++ b/vimrc @@ -141,7 +141,7 @@ endif " replay macros with the enter key Plug 'wincent/replay' " vim-matchit - Improved % matching -Plug 'opennota/vim-matchit' +Plug 'andymass/vim-matchup' " vim-table-mode - Easy table manipulation Plug 'dhruvasagar/vim-table-mode'