ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.82k stars 450 forks source link

why use vim-go instead of go.nvim #1207

Closed kincoy closed 2 months ago

kincoy commented 3 months ago

Feature description

go.nvim offers more modern features and configurations than vim-go, and has an active community. Therefore, it is recommended to update the development plug-in for go to "ray-x/ go.nvim ".

Additional information

No response

ayamir commented 3 months ago

In fact, we have already used go.nvim in 0.10 branch.

ayamir commented 2 months ago

I'm currently developing with golang, and seems current lsp-related keymaps don't work when using these two plugins.

mjkx5 commented 2 months ago

these plugin only navigate to interface, and do not navigate to real function. I do not know why. I can use ripgrep find the function. If exist some same name function, I do not know how to do.

I have a question, whether navigate to exactly function in goland. have anybody used that?