with notify

This commit is contained in:
Kasper Juul Hermansen 2022-10-13 20:54:52 +02:00
parent ea113ddc74
commit 90fac0d1ef
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -6,7 +6,7 @@ function GitHubPresence:setup(options)
options = options or {} options = options or {}
self.options = options self.options = options
vim.schedule( vim.schedule(
function() vim.cmd(string.format([[echom "[%s] %s"]], "github-presence", "initialized")) end function() vim.notify(string.format([[echom "[%s] %s"]], "github-presence", "initialized")) end
) )
end end