From dc825b75baf3192d8717cfef011f1722c71470b9 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Mon, 3 Mar 2025 14:21:22 +0200 Subject: [PATCH] generate docs --- doc/gopher.nvim.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 ~