go.nvim
go.nvim copied to clipboard
Feature Request: Visualize Go struct and interface implementations
like: https://github.com/maxandron/goplements.nvim
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',
},