lang/go: rebind conflicting keybinds for go-play-*

Fixes a startup error regarding binding to a non-prefix key.
This commit is contained in:
Henrik Lissner 2018-09-08 18:40:52 -04:00
parent 86d51dd056
commit 6767bb926e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -22,8 +22,8 @@
(map! :map go-mode-map
:localleader
:n "r" #'go-play-buffer
:v "r" #'go-play-region
:n "e" #'go-play-buffer
:v "e" #'go-play-region
:n "i" #'go-goto-imports ; Go to imports
(:prefix "h"
:n "." #'godoc-at-point ; Lookup in godoc