Sølve

Results 3 issues of Sølve

Hey, ive noticed go.nvim has this feature; something you could add. Or is it some config?

enhancement

How to reproduce: 1. MasonInstall or install by go install github.com/josharian/impl@latest (v1.3.0) 2. Create any generic interface 3. Implement the generic interface 4. Error stating that interface doesn't exist. Fix...

Hey, I'm a user of your plugin and created a custom command: `GoAlternateTestAndSourceFile` ![goalternate](https://github.com/user-attachments/assets/d1d3394d-45c0-4d93-9427-a782964e8d60) **Pattern:** Precondition: I'm inside either a `.go` file or a `_test.go` file I press `ga` If...