6b4435caef
It doesn't seem to be improving stuff as it is not supposed to Due to the half baked stats of the startuptime plugin, people were fooled no point in disabling filetype and whatenot See some discussion here: https://github.com/siduck76/NvChad/issues/175
11 lines
158 B
Lua
11 lines
158 B
Lua
local chad_modules = {
|
|
"options",
|
|
"pluginList",
|
|
"mappings",
|
|
"utils"
|
|
}
|
|
|
|
for i = 1, #chad_modules, 1 do
|
|
pcall(require, chad_modules[i])
|
|
end
|