diff --git a/plugin/gopher.vim b/plugin/gopher.vim index c16206c..a712f0d 100644 --- a/plugin/gopher.vim +++ b/plugin/gopher.vim @@ -11,7 +11,7 @@ command! -nargs=* GoGenerate :lua require"gopher.api".generate() command! GoCmt :lua require"gopher.api".comment() command! GoIfErr :lua require"gopher.api".iferr() command! GoInstallDeps :lua require"gopher.api".install_deps() -command! GoGenConstructor :lua require"gopher.api".gen_constructor(f-args) +command! GoGenConstructor :lua require"gopher.api".gen_constructor() " TODO: Use this format to remove vimscript in the future"