gitlab.nvim
gitlab.nvim copied to clipboard
Create, review, and manage Gitlab reources without leaving Neovim
This PR is an attempt to improve diagnostic placement and `jump_to_reviewer` behaviour reported in #158. It introduces the following changes: 1. The position of a diagnostic and for `jump_to_reviewer` is...
## Feature Description When working on the plugin, I'm getting a lot of warnings about undefined types, e.g., `NuiTree` or `NuiTree.Node`:  @harrisoncramer , do you also get these warnings...
## Feature Description I'd like to share a piece of my `gitlab.nvim`/`DiffView` configuration. It creates operator and visual mode mappings in the reviewer windows. Rather than having this in my...
## Prerequsities - [x] The "Troubleshooting" section of the README did not help - [x] I've installed the required dependencies - [x] I'm on the latest version of the plugin...
## Prerequsities - [x] The "Troubleshooting" section of the README did not help - [x] I've installed the required dependencies - [x] I'm on the latest version of the plugin...
Release
feat!: Implements default keybindings for all actions. This is a breaking change to the way the plugin is configured. If users are using the old configuration the plugin will warn...
I added these for better DX, because I don't think it's possible for devs to remember all these available feature. With `which-key`, the user should be able to see what...
The plugin could use a dedicated health check to assist users in ensuring their configuration is correct. We have some stuff set up to check if users are using deprecated...
## Feature Description Maybe we can pass more options to `choose_merge_request` that's available [in gitlab api](https://docs.gitlab.com/ee/api/merge_requests.html#list-project-merge-requests)
## Feature Description Hi. It's great if you could provide packaging for https://luarocks.org/ (to use with https://github.com/nvim-neorocks/rocks.nvim) Thanks!