refactor(log): some types
This commit is contained in:
parent
5ea71be825
commit
a0cda75dd5
2 changed files with 7 additions and 6 deletions
|
|
@ -24,9 +24,8 @@ local gopher = {}
|
|||
---@usage `require("gopher").setup {}` (replace `{}` with your `config` table)
|
||||
gopher.setup = function(user_config)
|
||||
log.debug "setting up config"
|
||||
log.debug(vim.inspect(user_config))
|
||||
|
||||
require("gopher.config").setup(user_config)
|
||||
log.debug(vim.inspect(user_config))
|
||||
end
|
||||
|
||||
---@toc_entry Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue