feat: add goget support
feat(goget): remove http or https from provided url
This commit is contained in:
parent
f507a37a72
commit
04e1af228b
4 changed files with 38 additions and 0 deletions
|
|
@ -1,4 +1,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! GoInstallDeps :lua require"gopher".install_deps()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue