refactor: replace hardcoded disabled_plugins with external configuration

This commit is contained in:
2024-10-11 12:48:28 -04:00
parent 7ef39df68f
commit e912800a52
2 changed files with 81 additions and 15 deletions
+1 -8
View File
@@ -49,14 +49,7 @@ require("lazy").setup({
performance = {
rtp = {
reset = false,
disabled_plugins = {
"gzip",
"netrwPlugin",
"tarPlugin",
"tohtml",
"tutor",
"zipPlugin",
},
disabled_plugins = require("data.types").lazy.disabled_plugins,
},
},
profiling = {