You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm trying to use GoImports to auto suggest a package I need to import. When typing in the partial name of the package and hitting tab, I didn't get anything:
It looks like the plugin tried to list the packages, but nothing shows up.
And sometimes I would get a warning go doc failed.
I use the default configuration of go.nvim with the default lazyvim. no other configurations were applied. Do you know what has gone wrong here?
The text was updated successfully, but these errors were encountered:
Hi there, I'm trying to use
GoImports
to auto suggest a package I need to import. When typing in the partial name of the package and hitting tab, I didn't get anything:It looks like the plugin tried to list the packages, but nothing shows up.
And sometimes I would get a warning
go doc failed
.I use the default configuration of go.nvim with the default lazyvim. no other configurations were applied. Do you know what has gone wrong here?
The text was updated successfully, but these errors were encountered: