nvim: Disable additional builtin plugins
This commit is contained in:
parent
bff8f07e60
commit
1e2246aa51
1 changed files with 11 additions and 1 deletions
|
|
@ -40,7 +40,17 @@ require("lazy").setup({
|
|||
spec = { spec },
|
||||
defaults = { lazy = true, version = "*" },
|
||||
performance = {
|
||||
rtp = { disabled_plugins = { "netrw", "netrwPlugin" } },
|
||||
rtp = {
|
||||
disabled_plugins = {
|
||||
"netrw",
|
||||
"netrwPlugin",
|
||||
"gzip",
|
||||
"tarPlugin",
|
||||
"tohtml",
|
||||
"tutor",
|
||||
"zipPlugin",
|
||||
},
|
||||
},
|
||||
cache = { enable = true },
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue