diff --git a/lua/user/lazy.lua b/lua/user/lazy.lua index d4230c11..013d699b 100644 --- a/lua/user/lazy.lua +++ b/lua/user/lazy.lua @@ -14,15 +14,14 @@ require("lazy").setup("user.plugins", { performance = { rtp = { disabled_plugins = { - "gzip", - "matchit", - "matchparen", - "netrwPlugin", - "tarPlugin", - "tohtml", - "tutor", - "zipPlugin", - "nvim-treesitter-textobjects", + -- "gzip", + -- "matchit", + -- "matchparen", + -- "netrwPlugin", + -- "tarPlugin", + -- "tohtml", + -- "tutor", + -- "zipPlugin", }, }, },