mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-27 03:09:07 +02:00
perf: disable some builtin plugins that are replaced by another plugin
This commit is contained in:
parent
7261a792a9
commit
0d02dec9d2
1 changed files with 8 additions and 8 deletions
|
@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue