From 4d15b0c8f94d20fea01c2accac0b6ffbbca818e0 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 13 Oct 2022 20:48:08 +0200 Subject: [PATCH] with state --- lua/github-presence/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/github-presence/init.lua b/lua/github-presence/init.lua index f0ee695..5a6abc8 100644 --- a/lua/github-presence/init.lua +++ b/lua/github-presence/init.lua @@ -1,5 +1,7 @@ local GitHubPresence = {} +GitHubPresence.setup = {} + function GitHubPresence:setup(options) self.options = options or {} vim.schedule(