update types
This commit is contained in:
parent
a0cda75dd5
commit
9ba98a1815
2 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ local default_config = {
|
||||||
--minidoc_replace_end
|
--minidoc_replace_end
|
||||||
|
|
||||||
-- log level, you might consider using DEBUG or TRACE for degugging the plugin
|
-- log level, you might consider using DEBUG or TRACE for degugging the plugin
|
||||||
---@type integer
|
---@type number
|
||||||
log_level = vim.log.levels.INFO,
|
log_level = vim.log.levels.INFO,
|
||||||
|
|
||||||
-- user specified paths to binaries
|
-- user specified paths to binaries
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ local gopher = {}
|
||||||
--- Calling this function is optional, if you ok with default settings. Look |gopher.nvim.config-defaults|
|
--- Calling this function is optional, if you ok with default settings. Look |gopher.nvim.config-defaults|
|
||||||
---
|
---
|
||||||
---@usage `require("gopher").setup {}` (replace `{}` with your `config` table)
|
---@usage `require("gopher").setup {}` (replace `{}` with your `config` table)
|
||||||
|
---@param user_config gopher.Config
|
||||||
gopher.setup = function(user_config)
|
gopher.setup = function(user_config)
|
||||||
log.debug "setting up config"
|
log.debug "setting up config"
|
||||||
require("gopher.config").setup(user_config)
|
require("gopher.config").setup(user_config)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue