Fixes: Resolve entire discussion thread (#95)

This MR adjusts the comment/discussion resolution action to resolve the entire discussion thread, rather than an individual comment, which is the expected behavior during an MR review.
This commit is contained in:
johnybx
2023-11-15 14:10:26 +01:00
committed by GitHub
parent cd21cdb723
commit a5d5dc09ef
6 changed files with 85 additions and 23 deletions

View File

@@ -13,14 +13,14 @@ And a lot more!
https://github.com/harrisoncramer/gitlab.nvim/assets/32515581/dc5c07de-4ae6-4335-afe1-d554e3804372
## Table of Contents
## Table of Contents
- [Requirements](#requirements)
- [Quick Start](#quick-start)
- [Installation](#installation)
- [Connecting to Gitlab](#connecting-to-gitlab)
- [Configuring the Plugin](#configuring-the-plugin)
- [Usage](#usage)
- [Requirements](#requirements)
- [Quick Start](#quick-start)
- [Installation](#installation)
- [Connecting to Gitlab](#connecting-to-gitlab)
- [Configuring the Plugin](#configuring-the-plugin)
- [Usage](#usage)
- [The summary command](#summary)
- [Reviewing Diffs](#reviewing-diffs)
- [Discussions and Notes](#discussions-and-notes)
@@ -125,7 +125,7 @@ require("gitlab").setup({
delete_comment = "dd", -- Delete comment
reply = "r", -- Reply to comment
toggle_node = "t", -- Opens or closes the discussion
toggle_resolved = "p", -- Toggles the resolved status of the discussion
toggle_resolved = "p" -- Toggles the resolved status of the whole discussion
position = "left", -- "top", "right", "bottom" or "left"
size = "20%", -- Size of split
relative = "editor", -- Position of tree split relative to "editor" or "window"