SB
Size: a a a
SB
VL
VL
G

G
YS
VL
VL
VL
G

local function cfg(path)
return function()
local ok, err = pcall(require, path)
if not ok then
print('Failed to load ' .. path .. ': ' .. err
end
end
end
use {'pluginname', config = cfg'cfg.plugin'}VL
VL
local function cfg(path)
return function()
local ok, err = pcall(require, path)
if not ok then
print('Failed to load ' .. path .. ': ' .. err
end
end
end
use {'pluginname', config = cfg'cfg.plugin'}v
G
G
GK
SB
VL