refactor(installer): add a way to install deps synchronously
This commit is contained in:
parent
0102d1b02f
commit
c96dafbaf6
3 changed files with 33 additions and 15 deletions
|
|
@ -11,4 +11,5 @@ command! -nargs=* GoGenerate :lua require"gopher".generate(<f-args>)
|
|||
command! GoCmt :lua require"gopher".comment()
|
||||
command! GoIfErr :lua require"gopher".iferr()
|
||||
command! GoInstallDeps :lua require"gopher".install_deps()
|
||||
command! GoInstallDepsSync :lua require"gopher".install_deps(true)
|
||||
command! GopherLog :lua vim.cmd("tabnew " .. require("gopher._utils.log").get_outfile())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue