From: Samir Benmendil Date: Sat, 1 Mar 2025 18:02:50 +0000 (+0000) Subject: nvim: add gitlab plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1e773e058b070d5fb82b6d0086543c0dc156250f?ds=inline nvim: add gitlab plugin --- 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 = {}, +}