perf: disable some builtin plugins that are replaced by another plugin

This commit is contained in:
Folke Lemaitre 2022-12-30 19:00:03 +01:00
parent 7261a792a9
commit 0d02dec9d2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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