mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-18 04:23:45 +01:00
5 lines
92 B
Lua
5 lines
92 B
Lua
local moduleExists = pcall(require, "custom")
|
|
|
|
if moduleExists then
|
|
require "custom"
|
|
end
|