diff --git a/doc/gopher.nvim.txt b/doc/gopher.nvim.txt index 102ce13..a266fc9 100644 --- a/doc/gopher.nvim.txt +++ b/doc/gopher.nvim.txt @@ -208,7 +208,8 @@ More details about templates can be found at: https://github.com/cweill/gotests ------------------------------------------------------------------------------ *gopher.nvim-gotests-named* -You can enable named tests in the config if you prefer using named tests. See |gopher.nvim-config|. +You can enable named tests in the config if you prefer using named tests. +See |gopher.nvim-config|. ============================================================================== diff --git a/lua/gopher/gotests.lua b/lua/gopher/gotests.lua index cd47f60..c5dac08 100644 --- a/lua/gopher/gotests.lua +++ b/lua/gopher/gotests.lua @@ -18,7 +18,8 @@ ---@tag gopher.nvim-gotests-named ---@text ---- You can enable named tests in the config if you prefer using named tests. See |gopher.nvim-config|. +--- You can enable named tests in the config if you prefer using named tests. +--- See |gopher.nvim-config|. local c = require "gopher.config" local ts_utils = require "gopher._utils.ts"