From ad1d04a3e017bc746c8b5a9d0af61202e75b6158 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Wed, 19 Mar 2025 18:03:27 +0200 Subject: [PATCH] task docgen --- doc/gopher.nvim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gopher.nvim.txt b/doc/gopher.nvim.txt index 8835b27..377a4f4 100644 --- a/doc/gopher.nvim.txt +++ b/doc/gopher.nvim.txt @@ -134,14 +134,14 @@ Example: `struct_tags.add`({...}) tags to a struct under the cursor Parameters ~ -{...} `(string)` Tags to add to the struct fields. If not provided, it will use [config.tag.default_tag] +{...} `(string)` Tags to add to the struct fields. If not provided, it will use [config.gotag.default_tag] ------------------------------------------------------------------------------ *struct_tags.remove()* `struct_tags.remove`({...}) tags from a struct under the cursor Parameters ~ -{...} `(string)` Tags to add to the struct fields. If not provided, it will use [config.tag.default_tag] +{...} `(string)` Tags to add to the struct fields. If not provided, it will use [config.gotag.default_tag] ------------------------------------------------------------------------------ *struct_tags.clear()*