lang/go: fix un-quoted bindings
This commit is contained in:
parent
86960d6888
commit
89e220456f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue