-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't workingcannot replicateThe maintainer cannot replicate this issueThe maintainer cannot replicate this issue
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({
debug = {
request=true,
response=true,
gitlab_request=true,
gitlab_response=true,
},
log_path = "D:/gitlab.nvim.log"
})
end,
}
OS: Windows
Bug Description
When installing the plugin, it does not build the server binary. At the same time, building manually via go build -o bin.exe works (running in gitlab.nvim/cmd directory).
My hypothesis: it tries to build the binary in the wrong directory.
Reproduction Steps
- Check out the feature branch
- Open Neovim
- Observe error:
Could not install gitlab.nvim!
- Observe that there is no binary bin.exe in gitlab.nvim folder.
Screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcannot replicateThe maintainer cannot replicate this issueThe maintainer cannot replicate this issue
