@@ -42,7 +42,7 @@ return function(opts)
local cc = handle:read("a*")
handle:close()
vim.notify(cc,vim.log.levels.WARN)
- require("notify")("My super important message: "..cc)
+ require("notifyu")("My super important message: "..cc)
end
end,
}