with basic hello world
This commit is contained in:
10
lua/github-presence/init.lua
Normal file
10
lua/github-presence/init.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
local GitHubPresence = {}
|
||||
|
||||
function GitHubPresence:setup(options)
|
||||
self.options = options or {}
|
||||
vim.schedule(
|
||||
function() vim.cmd(string.format([[echom "[%s] %s"]], "github-presence", "initialized")) end
|
||||
)
|
||||
end
|
||||
|
||||
return GitHubPresence
|
Reference in New Issue
Block a user