gitlab nvim update
This commit is contained in:
@@ -1,16 +1,13 @@
|
|||||||
-- https://github.com/harrisoncramer/gitlab.nvim
|
-- https://github.com/harrisoncramer/gitlab.nvim
|
||||||
return {
|
return {
|
||||||
"harrisoncramer/gitlab.nvim",
|
"harrisoncramer/gitlab.nvim",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"MunifTanjim/nui.nvim",
|
"MunifTanjim/nui.nvim",
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
"sindrets/diffview.nvim",
|
"sindrets/diffview.nvim",
|
||||||
"nvim-tree/nvim-web-devicons", -- Recommended but not required. Icons in discussion tree.
|
"stevearc/dressing.nvim", -- Recommended but not required. Better UI for pickers.
|
||||||
},
|
"nvim-tree/nvim-web-devicons", -- Recommended but not required. Icons in discussion tree.
|
||||||
build = function()
|
},
|
||||||
require("gitlab.server").build(true)
|
build = function() require("gitlab.server").build(true) end, -- Builds the Go binary
|
||||||
end, -- Builds the Go binary
|
config = function() require("gitlab").setup() end,
|
||||||
config = function()
|
|
||||||
require("gitlab").setup()
|
|
||||||
end,
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user