Add comment generator (#10)
* feat(_utils.ts): get package * feat(_utils.ts): get interface * feat(_utils.ts): update type annotations * feat(comments): first naive implementation * docs: add comment [skip ci]
This commit is contained in:
parent
40a2839eab
commit
0fcdceeb89
5 changed files with 97 additions and 2 deletions
|
|
@ -7,4 +7,5 @@ command! -nargs=* GoMod :lua require"gopher".mod(<f-args>)
|
|||
command! -nargs=* GoGet :lua require"gopher".get(<f-args>)
|
||||
command! -nargs=* GoImpl :lua require"gopher".impl(<f-args>)
|
||||
command! -nargs=* GoGenerate :lua require"gopher".generate(<f-args>)
|
||||
command! GoCmt :lua require"gopher".comment()
|
||||
command! GoInstallDeps :lua require"gopher".install_deps()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue