diff --git a/doc/gopher.nvim.txt b/doc/gopher.nvim.txt index d4a82d0..78b316d 100644 --- a/doc/gopher.nvim.txt +++ b/doc/gopher.nvim.txt @@ -116,7 +116,6 @@ simple example: } < - ============================================================================== ------------------------------------------------------------------------------ *gopher.nvim-impl* @@ -147,7 +146,6 @@ simple example: } < - ============================================================================== ------------------------------------------------------------------------------ *gopher.nvim-gotests* @@ -167,7 +165,6 @@ Usage ~ you can also specify the template to use for generating the tests. see |gopher.nvim-config| more details about templates can be found at: https://github.com/cweill/gotests - ------------------------------------------------------------------------------ *gopher.nvim-gotests-named* diff --git a/lua/gopher/config.lua b/lua/gopher/config.lua index 9c20843..8265838 100644 --- a/lua/gopher/config.lua +++ b/lua/gopher/config.lua @@ -23,7 +23,7 @@ local config = {} --minidoc_replace_start { ---@tag gopher.nvim-config-defaults ----@eval return MiniDoc.afterlines_to_code(MiniDoc.current.eval_section):gsub(">", ">lua") +---@eval return MiniDoc.afterlines_to_code(MiniDoc.current.eval_section) --- ---@class gopher.Config local default_config = {