feat(iferr): add -message support (#89)
* feat(iferr): add *-message* support * generate docs
This commit is contained in:
parent
bb31271311
commit
d1a21bffab
6 changed files with 48 additions and 1 deletions
|
|
@ -88,6 +88,11 @@ You can look at default options |gopher.nvim-config-defaults|
|
|||
-- default tags to add to struct fields
|
||||
default_tag = "json",
|
||||
},
|
||||
iferr = {
|
||||
-- choose a custom error message
|
||||
---@type string|nil
|
||||
message = nil,
|
||||
},
|
||||
}
|
||||
<
|
||||
Class ~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue