what about that?

This commit is contained in:
Smirnov Oleksandr 2024-03-01 23:24:56 +02:00
parent 64c80bee5c
commit 9dcd37e034

View file

@ -70,6 +70,7 @@ require("gopher").setup {
> -- using `vim.fn.jobstart` > -- using `vim.fn.jobstart`
> vim.fn.jobstart("go install github.com/cweill/gotests/...@develop") > vim.fn.jobstart("go install github.com/cweill/gotests/...@develop")
> ``` > ```
> </details>
## Features ## Features