feat(config): make it optional to call .setup()
This commit is contained in:
parent
1841aede91
commit
b5327cd2eb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ local default_config = {
|
||||||
}
|
}
|
||||||
|
|
||||||
---@type gopher.Config
|
---@type gopher.Config
|
||||||
local _config = {}
|
local _config = default_config
|
||||||
|
|
||||||
---@param user_config? gopher.Config
|
---@param user_config? gopher.Config
|
||||||
function config.setup(user_config)
|
function config.setup(user_config)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue