docs(config): now mini.test automatically add lua highlighting
This commit is contained in:
parent
0ed14a40d9
commit
e71f5937fc
2 changed files with 1 additions and 4 deletions
|
|
@ -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*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue