mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-06 15:20:25 +00: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
|