with notify
This commit is contained in:
parent
ea113ddc74
commit
90fac0d1ef
@ -6,7 +6,7 @@ function GitHubPresence:setup(options)
|
||||
options = options or {}
|
||||
self.options = options
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user