10 lines
244 B
Lua
10 lines
244 B
Lua
|
return {
|
||
|
defaults = { lazy = true },
|
||
|
performance = {
|
||
|
rtp = {
|
||
|
-- customize default disabled vim plugins
|
||
|
disabled_plugins = { "tohtml", "gzip", "matchit", "zipPlugin", "netrwPlugin", "tarPlugin", "matchparen" },
|
||
|
},
|
||
|
},
|
||
|
}
|