From bf5da3e3e4206aa1c4601f606c1d568b1764a0cd Mon Sep 17 00:00:00 2001 From: Harrison Cramer Date: Sat, 20 May 2023 09:53:23 -0700 Subject: [PATCH] Added build binary --- lua/gitlab/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/gitlab/init.lua b/lua/gitlab/init.lua index 9542828..f4b9b7e 100644 --- a/lua/gitlab/init.lua +++ b/lua/gitlab/init.lua @@ -30,6 +30,7 @@ local function build_binary() return true end +M.build = build_binary -- Setups up the binary (if not built), starts the Go server, and calls the /info endpoint, -- which sets the Gitlab project's information in gitlab.nvim's state module