feat(lazy): disable some default plugins.
This commit is contained in:
parent
c2ff70b079
commit
2d8bfe3970
1 changed files with 14 additions and 0 deletions
|
|
@ -28,4 +28,18 @@ require("lazy").setup({
|
||||||
rocks = {
|
rocks = {
|
||||||
enabled = false
|
enabled = false
|
||||||
},
|
},
|
||||||
|
performance = {
|
||||||
|
rtp = {
|
||||||
|
disabled_plugins = {
|
||||||
|
"gzip",
|
||||||
|
"matchit",
|
||||||
|
"matchparen",
|
||||||
|
"netrwPlugin",
|
||||||
|
"tarPlugin",
|
||||||
|
"tohtml",
|
||||||
|
"tutor",
|
||||||
|
"zipPlugin",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue