feat: add impl support
docs: add impl
This commit is contained in:
parent
e4323581be
commit
6fd413c4c2
5 changed files with 104 additions and 7 deletions
|
|
@ -2,4 +2,5 @@ command! -nargs=* GoTagAdd :lua require"gopher".tags_add(<f-args>)
|
|||
command! -nargs=* GoTagRm :lua require"gopher".tags_rm(<f-args>)
|
||||
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! GoInstallDeps :lua require"gopher".install_deps()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue