mirror of
https://github.com/NvChad/NvChad.git
synced 2025-12-05 00:01:19 -05:00
6 lines
107 B
Lua
6 lines
107 B
Lua
local ok, err = pcall(require, "core")
|
|
|
|
if not ok then
|
|
error("Error loading core" .. "\n\n" .. err)
|
|
end
|