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