diff --git a/modules/lang/go/config.el b/modules/lang/go/config.el index e5761f16d..ec21d708f 100644 --- a/modules/lang/go/config.el +++ b/modules/lang/go/config.el @@ -91,6 +91,7 @@ :when (featurep! :completion company) :after go-mode :config + (setq company-go-show-annotation t) (if (executable-find command-go-gocode-command) (set! :company-backend 'go-mode '(company-go)) (warn "go-mode: couldn't find gocode, code completion won't work")))