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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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