disable matchit

matchit was already disabled by default but a recent PR enabled it again , sorry for that! Since vim matchup already does what matchit does , I'll remove it.
This commit is contained in:
siduck76
2021-07-21 23:06:28 +05:30
committed by GitHub
parent 845ac0e615
commit 020daec5fc

View File

@@ -63,7 +63,8 @@ local disabled_built_ins = {
"2html_plugin",
"logipat",
"rrhelper",
"spellfile_plugin"
"spellfile_plugin",
"matchit"
}
for _, plugin in pairs(disabled_built_ins) do