go.nvim icon indicating copy to clipboard operation
go.nvim copied to clipboard

Feature Request: Visualize Go struct and interface implementations

Open edte opened this issue 10 months ago • 1 comments

like: https://github.com/maxandron/goplements.nvim

352709858-e2a2e194-e5f6-492b-8657-1906d3d7e034

edte avatar Jan 10 '25 09:01 edte

Hi, thanks for the suggestions, I recently updated the code to include this feature. It is disabled by default ATM as I am still tweaking it. If you have a chance, please enable it with

  lsp_impl = {
    enable = true,
    prefix = '  ',
    separator = ', ',
    highlight = 'Constant',
  },

Image

ray-x avatar Feb 10 '25 06:02 ray-x