From 987da2fb0495c098d39531ba2211241274f1ec5a Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 5 Jun 2020 10:40:52 +0200 Subject: [PATCH] Removed vim-matchup. Found it annoying. --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index b2105a1..c5c0eeb 100644 --- a/vimrc +++ b/vimrc @@ -12,7 +12,6 @@ endif call plug#begin('~/.vim/bundle') Plug 'Valloric/MatchTagAlways' -Plug 'andymass/vim-matchup' Plug 'ayuanx/vim-mark-standalone' Plug 'davidhalter/jedi-vim', { 'for': 'python' } Plug 'dogrover/vim-pentadactyl'