-
Notifications
You must be signed in to change notification settings - Fork 48
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
Default options with the debug options set to true
Bug Description
I have a gitlab URL like https://a.b.com/git which seems to be wrongly used in get requests. The GET path becomes
/git/api/v4/projects/git%2Fproject-name
But it should be
/git/api/v4/projects/project-name
Reproduction Steps
- Check out the feature branch
- Open Neovim
- Run `:lua require("gitlab").review()
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working