Added build binary

This commit is contained in:
Harrison Cramer
2023-05-20 09:53:23 -07:00
parent f5038656a9
commit bf5da3e3e4

View File

@@ -30,6 +30,7 @@ local function build_binary()
return true return true
end end
M.build = build_binary
-- Setups up the binary (if not built), starts the Go server, and calls the /info endpoint, -- 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 -- which sets the Gitlab project's information in gitlab.nvim's state module