From b8f94d81f6fa7672f2ae2c60a8dcedf644998932 Mon Sep 17 00:00:00 2001 From: gryf Date: Mon, 11 Feb 2019 07:55:31 +0100 Subject: [PATCH] Added matchup plugin --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index a0a691d..8f23410 100644 --- a/vimrc +++ b/vimrc @@ -14,6 +14,7 @@ call plug#begin('~/.vim/bundle') Plug 'Rykka/riv.vim', { 'for': 'rst' } Plug 'SirVer/ultisnips' Plug 'Valloric/MatchTagAlways' +Plug 'andymass/vim-matchup' Plug 'ayuanx/vim-mark-standalone' Plug 'davidhalter/jedi-vim', { 'for': 'python' } Plug 'dogrover/vim-pentadactyl'