mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/go: fix un-quoted bindings
This commit is contained in:
@ -16,8 +16,8 @@
|
|||||||
(:localleader
|
(:localleader
|
||||||
:n "fh" 'godef-describe
|
:n "fh" 'godef-describe
|
||||||
(:prefix "r"
|
(:prefix "r"
|
||||||
:n "i" go-remove-unused-imports
|
:n "i" 'go-remove-unused-imports
|
||||||
:nv "f" gofmt)
|
:nv "f" 'gofmt)
|
||||||
(:prefix "t"
|
(:prefix "t"
|
||||||
:n "r" '+go/test-run-all
|
:n "r" '+go/test-run-all
|
||||||
:n "a" '+go/test-run-all
|
:n "a" '+go/test-run-all
|
||||||
|
Reference in New Issue
Block a user