From cf73d629dcb895680337468de9a3524a0febf84c Mon Sep 17 00:00:00 2001 From: Alif Arfab Pavel Date: Mon, 18 Dec 2023 05:40:28 +0600 Subject: [PATCH] docs: fixed instructions to install using `lazy` plugin manager (#148) This is a docs fix, will not ship tags/release: NONE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c17f4f8..89dcc15 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ return { "sindrets/diffview.nvim", "stevearc/dressing.nvim", -- Recommended but not required. Better UI for pickers. "nvim-tree/nvim-web-devicons" -- Recommended but not required. Icons in discussion tree. - enabled = true, }, + enabled = true, build = function () require("gitlab.server").build(true) end, -- Builds the Go binary config = function() require("gitlab").setup()