]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: add gitlab plugin
authorSamir Benmendil <me@rmz.io>
Sat, 1 Mar 2025 18:02:50 +0000 (18:02 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 2 Mar 2025 16:29:59 +0000 (16:29 +0000)
nvim/lua/plugins/gitlab.lua [new file with mode: 0644]

diff --git a/nvim/lua/plugins/gitlab.lua b/nvim/lua/plugins/gitlab.lua
new file mode 100644 (file)
index 0000000..827b671
--- /dev/null
@@ -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 = {},
+}