feat: add go work command
This commit is contained in:
parent
9de34fe912
commit
58b19ff185
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ command! -nargs=* GoTestsAll :lua require"gopher.api".tests_all(<f-args>)
|
||||||
command! -nargs=* GoTestsExp :lua require"gopher.api".test_exported(<f-args>)
|
command! -nargs=* GoTestsExp :lua require"gopher.api".test_exported(<f-args>)
|
||||||
command! -nargs=* GoMod :lua require"gopher.api".mod(<f-args>)
|
command! -nargs=* GoMod :lua require"gopher.api".mod(<f-args>)
|
||||||
command! -nargs=* GoGet :lua require"gopher.api".get(<f-args>)
|
command! -nargs=* GoGet :lua require"gopher.api".get(<f-args>)
|
||||||
|
command! -nargs=* GoWork :lua require"gopher.api".work(<f-args>)
|
||||||
command! -nargs=* GoImpl :lua require"gopher.api".impl(<f-args>)
|
command! -nargs=* GoImpl :lua require"gopher.api".impl(<f-args>)
|
||||||
command! -nargs=* GoGenerate :lua require"gopher.api".generate(<f-args>)
|
command! -nargs=* GoGenerate :lua require"gopher.api".generate(<f-args>)
|
||||||
command! GoCmt :lua require"gopher.api".comment()
|
command! GoCmt :lua require"gopher.api".comment()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue