perf: disable some builtin plugins that are replaced by another plugin
This commit is contained in:
1 file changed
+8
-8
+8
-8
@@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in new issue
Block a user