docs: docgen
This commit is contained in:
parent
85384d1c88
commit
9fcff3bb2a
1 changed files with 7 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ You can look at default options |gopher.nvim-config-defaults|
|
||||||
---@type number
|
---@type number
|
||||||
log_level = vim.log.levels.INFO,
|
log_level = vim.log.levels.INFO,
|
||||||
|
|
||||||
|
-- timeout for running commands
|
||||||
|
---@type number
|
||||||
|
timeout = 2000,
|
||||||
|
|
||||||
-- user specified paths to binaries
|
-- user specified paths to binaries
|
||||||
---@class gopher.ConfigCommand
|
---@class gopher.ConfigCommand
|
||||||
commands = {
|
commands = {
|
||||||
|
|
@ -80,6 +84,9 @@ You can look at default options |gopher.nvim-config-defaults|
|
||||||
gotag = {
|
gotag = {
|
||||||
---@type gopher.ConfigGoTagTransform
|
---@type gopher.ConfigGoTagTransform
|
||||||
transform = "snakecase",
|
transform = "snakecase",
|
||||||
|
|
||||||
|
-- default tags to add to struct fields
|
||||||
|
default_tag = "json",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
<
|
<
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue