vim-go show sign when struct implements interface

Viewed 356

I'm using vim-go plugin with neovim as IDE for go. With the command :GoImplements I'm able to see if a struct implements an interface. Is there a way to show an icon on the left side of the struct which is always shown when a struct implements an interface? The same way like errors are shown. I've seen the same in Goland.

0 Answers
Related