add go-add-tags for go-mode

This commit is contained in:
babariviere 2019-09-06 10:57:44 +02:00
parent 075bc1797b
commit 3d1e232f50
3 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@ This module provides no flags.
+ [[https://github.com/syohex/emacs-go-eldoc][go-eldoc]]
+ [[https://github.com/dominikh/go-mode.el][go-guru]]
+ [[https://github.com/manute/gorepl-mode][gorepl-mode]]
+ [[https://github.com/syohex/emacs-go-add-tags][go-add-tags]]
+ [[https://github.com/mdempsky/gocode][company-go]]*
* Prerequisites

View file

@ -25,6 +25,7 @@
(map! :map go-mode-map
:localleader
"a" #'go-add-tags
"e" #'+go/play-buffer-or-region
"i" #'go-goto-imports ; Go to imports
(:prefix ("h" . "help")

View file

@ -5,6 +5,7 @@
(package! go-guru)
(package! go-mode)
(package! gorepl-mode)
(package! go-add-tags)
(when (featurep! :completion company)
(package! company-go))