1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Removed redundant html match tag plugin

This commit is contained in:
2019-04-06 08:26:05 +02:00
parent 5c0dadf698
commit 16a9676d6f

1
vimrc
View File

@@ -54,7 +54,6 @@ Plug 'tpope/vim-surround'
Plug 'vim-scripts/DrawIt' Plug 'vim-scripts/DrawIt'
Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' } Plug 'vim-scripts/JavaScript-Indent', { 'for': 'javascript' }
Plug 'vim-scripts/LanguageTool' Plug 'vim-scripts/LanguageTool'
Plug 'vim-scripts/MatchTag'
Plug 'vim-scripts/Python-2.x-Standard-Library-Reference', { 'for': 'python' } Plug 'vim-scripts/Python-2.x-Standard-Library-Reference', { 'for': 'python' }
Plug 'vim-scripts/ShowMarks' Plug 'vim-scripts/ShowMarks'
Plug 'vim-scripts/indentpython', { 'for': 'python' } Plug 'vim-scripts/indentpython', { 'for': 'python' }