From 16a9676d6f56100398811ce83360b1c2cbbe1aa4 Mon Sep 17 00:00:00 2001 From: gryf Date: Sat, 6 Apr 2019 08:26:05 +0200 Subject: [PATCH] Removed redundant html match tag plugin --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index 2040e92..a850e96 100644 --- a/vimrc +++ b/vimrc @@ -54,7 +54,6 @@ Plug 'tpope/vim-surround' Plug 'vim-scripts/DrawIt' Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' } Plug 'vim-scripts/LanguageTool' -Plug 'vim-scripts/MatchTag' Plug 'vim-scripts/Python-2.x-Standard-Library-Reference', { 'for': 'python' } Plug 'vim-scripts/ShowMarks' Plug 'vim-scripts/indentpython', { 'for': 'python' }