diff --git a/lua/cosmic/core/init.lua b/lua/cosmic/core/init.lua index fece7d3..ff6a918 100644 --- a/lua/cosmic/core/init.lua +++ b/lua/cosmic/core/init.lua @@ -9,7 +9,7 @@ local cosmic_modules = { for _, mod in ipairs(cosmic_modules) do local ok, err = pcall(require, mod) - if not ok and not mod:find('cosmic.core.user') then + if not ok and not mod:find('cosmic.config') then error(('Error loading %s...\n\n%s'):format(mod, err)) end end