From 1e773e058b070d5fb82b6d0086543c0dc156250f Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 1 Mar 2025 18:02:50 +0000 Subject: [PATCH] nvim: add gitlab plugin --- nvim/lua/plugins/gitlab.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nvim/lua/plugins/gitlab.lua diff --git a/nvim/lua/plugins/gitlab.lua b/nvim/lua/plugins/gitlab.lua new file mode 100644 index 0000000..827b671 --- /dev/null +++ b/nvim/lua/plugins/gitlab.lua @@ -0,0 +1,10 @@ +return { "harrisoncramer/gitlab.nvim", + dependencies = { + "MunifTanjim/nui.nvim", + "nvim-lua/plenary.nvim", + "sindrets/diffview.nvim", + "nvim-tree/nvim-web-devicons", + }, + build = function () require("gitlab.server").build(true) end, -- Builds the Go binary + opts = {}, +} -- 2.48.1