[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang

fix(installer): run commands without timeout

Changed files
+1 -1
lua
gopher
+1 -1
lua/gopher/installer.lua
··· 22 22 print("install " .. url .. " finished") 23 23 end, 24 24 }) 25 - :sync() 25 + :start() 26 26 end 27 27 28 28 ---Install required go deps