diff --git a/plugin/gopher.vim b/plugin/gopher.vim index a00addb..e797966 100644 --- a/plugin/gopher.vim +++ b/plugin/gopher.vim @@ -5,6 +5,7 @@ command! -nargs=* GoTestsAll :lua require"gopher.api".tests_all() command! -nargs=* GoTestsExp :lua require"gopher.api".test_exported() command! -nargs=* GoMod :lua require"gopher.api".mod() command! -nargs=* GoGet :lua require"gopher.api".get() +command! -nargs=* GoWork :lua require"gopher.api".work() command! -nargs=* GoImpl :lua require"gopher.api".impl() command! -nargs=* GoGenerate :lua require"gopher.api".generate() command! GoCmt :lua require"gopher.api".comment()