feat: alternate between go and test files

This commit is contained in:
Aleksei Malykh 2025-07-14 16:37:32 +07:00
parent 41f619389e
commit f5df7be29f
No known key found for this signature in database
GPG key ID: 00FB366088A4D4CA

View file

@ -142,6 +142,23 @@ require("gopher").setup {
For named tests see `:h gopher.nvim-gotests-named`
</details>
<details>
<summary>
<b>Alternate between current and test file</b>
</summary>
```vim
" Open alternate test file
:GoAlt
" Open test file in horizontal split
:GoAltS
" Open test file in vertical split
:GoAltV
```
</details>
<details>
<summary>
<b>Run commands like <code>go mod/get/etc</code> inside of nvim</b>