From 020daec5fc827bfd03bd92e1f42b6ed569af6ec9 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Wed, 21 Jul 2021 23:06:28 +0530 Subject: [PATCH] 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. --- lua/options.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/options.lua b/lua/options.lua index 1888355..704a4e8 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -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