diff --git a/doc/gopher.nvim.txt b/doc/gopher.nvim.txt index c455a7e..4c3fd65 100644 --- a/doc/gopher.nvim.txt +++ b/doc/gopher.nvim.txt @@ -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 ~