all repos

gopher.nvim @ 5642af746b3af4c96a339e96de90cfa59ea3d3c7

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 1 deletions(-)
fix(installer): run commands without timeout
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-06-23 13:09:24 +0300
Parent: 250d4de
M lua/gopher/installer.lua

@@ -22,7 +22,7 @@

print("install " .. url .. " finished") end, }) - :sync() + :start() end ---Install required go deps