From 0d02dec9d2a202014d2dcb7617653146535b565b Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 30 Dec 2022 19:00:03 +0100 Subject: [PATCH] perf: disable some builtin plugins that are replaced by another plugin --- lua/user/lazy.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lua/user/lazy.lua b/lua/user/lazy.lua index 5c7d5ed8..f4b9f550 100644 --- a/lua/user/lazy.lua +++ b/lua/user/lazy.lua @@ -12,14 +12,14 @@ require("lazy").setup("user.plugins", { performance = { rtp = { disabled_plugins = { - -- "gzip", - -- "matchit", - -- "matchparen", - -- "netrwPlugin", - -- "tarPlugin", - -- "tohtml", - -- "tutor", - -- "zipPlugin", + "gzip", + "matchit", + "matchparen", + "netrwPlugin", + "tarPlugin", + "tohtml", + "tutor", + "zipPlugin", }, }, },