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