why use vim-go instead of go.nvim
Feature description
go.nvimis github.com/ray-x/go.nvimvim-gois github.com/fatih/vim-go
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
In fact, we have already used go.nvim in 0.10 branch.
I'm currently developing with golang, and seems current lsp-related keymaps don't work when using these two plugins.
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?