aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/config/lazy.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua
index a2a92ab..b5bab23 100644
--- a/lua/config/lazy.lua
+++ b/lua/config/lazy.lua
@@ -28,4 +28,18 @@ require("lazy").setup({
rocks = {
enabled = false
},
+ performance = {
+ rtp = {
+ disabled_plugins = {
+ "gzip",
+ "matchit",
+ "matchparen",
+ "netrwPlugin",
+ "tarPlugin",
+ "tohtml",
+ "tutor",
+ "zipPlugin",
+ },
+ },
+ },
})