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 = { performance = {
rtp = { rtp = {
disabled_plugins = { disabled_plugins = {
-- "gzip", "gzip",
-- "matchit", "matchit",
-- "matchparen", "matchparen",
-- "netrwPlugin", "netrwPlugin",
-- "tarPlugin", "tarPlugin",
-- "tohtml", "tohtml",
-- "tutor", "tutor",
-- "zipPlugin", "zipPlugin",
}, },
}, },
}, },