]> git.rmz.io Git - dotfiles.git/blob - nvim/lua/plugins/gitlab.lua
nvim: add gitlab plugin
[dotfiles.git] / nvim / lua / plugins / gitlab.lua
1 return { "harrisoncramer/gitlab.nvim",
2 dependencies = {
3 "MunifTanjim/nui.nvim",
4 "nvim-lua/plenary.nvim",
5 "sindrets/diffview.nvim",
6 "nvim-tree/nvim-web-devicons",
7 },
8 build = function () require("gitlab.server").build(true) end, -- Builds the Go binary
9 opts = {},
10 }