feat(config): make it optional to call .setup()

This commit is contained in:
Smirnov Oleksandr 2023-07-20 19:53:15 +03:00
parent 1841aede91
commit b5327cd2eb

View file

@ -15,7 +15,7 @@ local default_config = {
}
---@type gopher.Config
local _config = {}
local _config = default_config
---@param user_config? gopher.Config
function config.setup(user_config)