feat(comments): first naive implementation

This commit is contained in:
Smirnov Oleksandr 2022-06-29 23:42:07 +03:00
parent 2ad15dc7af
commit bab71dd6b2
3 changed files with 52 additions and 0 deletions

View file

@ -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()