with options in another statement
This commit is contained in:
parent
4d15b0c8f9
commit
ea113ddc74
@ -3,7 +3,8 @@ local GitHubPresence = {}
|
||||
GitHubPresence.setup = {}
|
||||
|
||||
function GitHubPresence:setup(options)
|
||||
self.options = options or {}
|
||||
options = options or {}
|
||||
self.options = options
|
||||
vim.schedule(
|
||||
function() vim.cmd(string.format([[echom "[%s] %s"]], "github-presence", "initialized")) end
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user