-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequsities
- I'm on the latest version of the plugin
- I've installed the required dependencies
- I've run
:h gitlab.nvim.troubleshootingand followed the steps there
Setup Configuration and Environment
return {
'harrisoncramer/gitlab.nvim',
dependencies = {
'MunifTanjim/nui.nvim',
'nvim-lua/plenary.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.
},
enabled = true,
build = function()
require('gitlab.server').build(true)
end, -- Builds the Go binary
config = function()
require('gitlab').setup({
discussion_tree = { -- The discussion tree that holds all comments
auto_open = false, -- Automatically open when the reviewer is opened
},
})
end,
}Bug Description
Started got described error message
Reproduction Steps
- Simply start review or another action, edit summary, for example
Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
