From ead7c15ec7f6660da97cd2d13c0b56d4245af53b Mon Sep 17 00:00:00 2001 From: Alex Malykh <49870662+ysomad@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:31:37 +0400 Subject: [PATCH] debug installer msg --- lua/gopher/installer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/gopher/installer.lua b/lua/gopher/installer.lua index 5474f4a..6c43edb 100644 --- a/lua/gopher/installer.lua +++ b/lua/gopher/installer.lua @@ -25,6 +25,7 @@ local tags = { ---@param pkg string local function install(pkg) local url = urls[pkg] .. tags[pkg] + u.notify(url) r.sync(c.go, { args = { "install", url }, on_exit = function(data, status)