This commit is contained in:
Oleksandr Smirnov 2025-03-20 14:28:54 +02:00
parent 76e8613485
commit 76644291b9
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -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|.
==============================================================================

View file

@ -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"