refactor(installer): use vim.system and add sync mode
This commit is contained in:
parent
40bd95cad8
commit
3dae7153bb
2 changed files with 35 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