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