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.
navigator
siduck76 3 years ago committed by GitHub
parent 845ac0e615
commit 020daec5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save