gopher.nvim
gopher.nvim copied to clipboard
Neovim plugin for make golang development easiest
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...
Hey, ive noticed go.nvim has this feature; something you could add. Or is it some config?
`-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?
**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...
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...
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'...
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) 