From 64c80bee5c670f08234c69d66522a03c61982809 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Fri, 1 Mar 2024 23:24:10 +0200 Subject: [PATCH] hope it would work --- README.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a8ee13f..5b70e33 100644 --- a/README.md +++ b/README.md @@ -53,22 +53,23 @@ require("gopher").setup { } ``` - ->[!IMPORTANT] +>[!NOTE] > -> 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 - -```lua --- using mason-tool-installer -require("mason-tool-installer").setup { - ensure_installed = { - { "gotests", version = "develop" }, - } -} - --- using `vim.fn.jobstart` -vim.fn.jobstart("go install github.com/cweill/gotests/...@develop") -``` +>
+> +> 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 +> +> ```lua +> -- using mason-tool-installer +> require("mason-tool-installer").setup { +> ensure_installed = { +> { "gotests", version = "develop" }, +> } +> } +> +> -- using `vim.fn.jobstart` +> vim.fn.jobstart("go install github.com/cweill/gotests/...@develop") +> ``` ## Features