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

@ -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")