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:
parent
845ac0e615
commit
020daec5fc
|
@ -63,7 +63,8 @@ local disabled_built_ins = {
|
||||||
"2html_plugin",
|
"2html_plugin",
|
||||||
"logipat",
|
"logipat",
|
||||||
"rrhelper",
|
"rrhelper",
|
||||||
"spellfile_plugin"
|
"spellfile_plugin",
|
||||||
|
"matchit"
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, plugin in pairs(disabled_built_ins) do
|
for _, plugin in pairs(disabled_built_ins) do
|
||||||
|
|
Loading…
Reference in New Issue