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:
16
README.md
16
README.md
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user