From ad809a2885d6a8fb13f43148a4380f5621299fde Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 22 Jan 2023 21:26:08 +0100 Subject: [PATCH] fix(lazy): dont disable matchit, matchparen and netrw by default --- lua/config/lazy.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index aabd65b..8fca195 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -32,9 +32,9 @@ require("lazy").setup({ -- disable some rtp plugins disabled_plugins = { "gzip", - "matchit", - "matchparen", - "netrwPlugin", + -- "matchit", + -- "matchparen", + -- "netrwPlugin", "tarPlugin", "tohtml", "tutor",