docs(config): now mini.test automatically add lua highlighting

This commit is contained in:
Oleksandr Smirnov 2025-02-13 22:29:59 +02:00
parent 0ed14a40d9
commit e71f5937fc
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -116,7 +116,6 @@ simple example:
} }
< <
============================================================================== ==============================================================================
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*gopher.nvim-impl* *gopher.nvim-impl*
@ -147,7 +146,6 @@ simple example:
} }
< <
============================================================================== ==============================================================================
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*gopher.nvim-gotests* *gopher.nvim-gotests*
@ -167,7 +165,6 @@ Usage ~
you can also specify the template to use for generating the tests. see |gopher.nvim-config| 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 more details about templates can be found at: https://github.com/cweill/gotests
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*gopher.nvim-gotests-named* *gopher.nvim-gotests-named*

View file

@ -23,7 +23,7 @@ local config = {}
--minidoc_replace_start { --minidoc_replace_start {
---@tag gopher.nvim-config-defaults ---@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 ---@class gopher.Config
local default_config = { local default_config = {