nvimdots icon indicating copy to clipboard operation
nvimdots copied to clipboard

why use vim-go instead of go.nvim

Open kincoy opened this issue 1 year ago • 1 comments

Feature description

  • go.nvim is github.com/ray-x/go.nvim
  • vim-go is 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

kincoy avatar Mar 23 '24 09:03 kincoy

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

ayamir avatar Mar 23 '24 13:03 ayamir

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

ayamir avatar Apr 09 '24 03:04 ayamir

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?

mvmx3 avatar Apr 09 '24 12:04 mvmx3