hope it would work
This commit is contained in:
parent
df7ad677ba
commit
64c80bee5c
1 changed files with 16 additions and 15 deletions
31
README.md
31
README.md
|
|
@ -53,22 +53,23 @@ require("gopher").setup {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
>[!NOTE]
|
||||||
>[!IMPORTANT]
|
|
||||||
>
|
>
|
||||||
> For named tests to work you have to install gotests from develop branch. Next code snippets could be placed into the build step in the Lazy plugin declaration
|
> <details>
|
||||||
|
> <summary>
|
||||||
```lua
|
> For named tests to work you have to install gotests from develop branch. Next code snippets could be placed into the build step in the Lazy plugin declaration
|
||||||
-- using mason-tool-installer
|
> </summary>
|
||||||
require("mason-tool-installer").setup {
|
> ```lua
|
||||||
ensure_installed = {
|
> -- using mason-tool-installer
|
||||||
{ "gotests", version = "develop" },
|
> require("mason-tool-installer").setup {
|
||||||
}
|
> ensure_installed = {
|
||||||
}
|
> { "gotests", version = "develop" },
|
||||||
|
> }
|
||||||
-- using `vim.fn.jobstart`
|
> }
|
||||||
vim.fn.jobstart("go install github.com/cweill/gotests/...@develop")
|
>
|
||||||
```
|
> -- using `vim.fn.jobstart`
|
||||||
|
> vim.fn.jobstart("go install github.com/cweill/gotests/...@develop")
|
||||||
|
> ```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue