diff --git a/lua/gopher/installer.lua b/lua/gopher/installer.lua index 28d0dec..0f20dff 100644 --- a/lua/gopher/installer.lua +++ b/lua/gopher/installer.lua @@ -22,7 +22,7 @@ local function install(pkg) print("install " .. url .. " finished") end, }) - :sync() + :start() end ---Install required go deps