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", }, }, },