gopher.nvim icon indicating copy to clipboard operation
gopher.nvim copied to clipboard

Neovim plugin for make golang development easiest

Results 16 gopher.nvim issues
Sort by recently updated
recently updated
newest added

Hi 👋🏿 I recently watched the author of [go.nvim's video](https://www.youtube.com/watch?v=tsLnEfYTgcM) on YT about new features. Two struck out to me as being good candidates to be added here that might...

enhancement

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

enhancement

`-named` argument for gotests working only from develop branch. For some reason they're not merging it into main considering that a lot of time has passed I think gotests development...

Currently, I have to restart every time after running such command, for the error to go away. Can you somehow reload the ui?

bug

**Problem Description:** I'm trying to use the `GoTagAdd` function on multiple structs in my Go code, as shown below: ```go type ( LandingArticle struct { ID uuid.UUID `json:"id"` UserID uuid.UUID...

bug

GoAddTags does not work for structs, like this one: ***function code*** var apiSettings struct { Secret string dbConn string } ***some code*** And for anonymous structs it does not work...

bug
enhancement

I'm sometimes getting this error: ``` E5108: Error executing lua ...l/share/nvim/lazy/gopher.nvim/lua/gopher/struct_tags.lua:62: bad argument #1 to 'concat' (table expected, got nil) stack traceback: [C]: in function 'concat' ...l/share/nvim/lazy/gopher.nvim/lua/gopher/struct_tags.lua:62: in function 'modify'...

bug

Gorename is a useful tool that lets you rename variables on the fly and all its references are renamed package wide. I am not any alternative out there for gorename....

[Screencast_00001.webm](https://user-images.githubusercontent.com/70325462/212526285-50ff855a-083a-4da8-b6a4-d369945aacef.webm) ![Kazam_screenshot_00000](https://user-images.githubusercontent.com/70325462/212526441-057c8a7f-8d8c-4aac-9589-da87cc4f0f7f.png)

bug