feat(lazy): disable some default plugins.

This commit is contained in:
CronyAkatsuki 2025-10-20 17:01:26 +02:00
parent c2ff70b079
commit 2d8bfe3970

View file

@ -28,4 +28,18 @@ require("lazy").setup({
rocks = { rocks = {
enabled = false enabled = false
}, },
performance = {
rtp = {
disabled_plugins = {
"gzip",
"matchit",
"matchparen",
"netrwPlugin",
"tarPlugin",
"tohtml",
"tutor",
"zipPlugin",
},
},
},
}) })