nvchad/lua/core/custom.lua
2021-11-13 21:59:31 +05:30

6 lines
92 B
Lua

local moduleExists = pcall(require, "custom")
if moduleExists then
require "custom"
end