Adding Support for Resolving/Unresolving Discussions (#39)

This MR adds the ability to mark discussions as resolved or unresolved. This is important to the review process.
This commit is contained in:
Harrison (Harry) Cramer
2023-08-17 12:42:36 -04:00
committed by GitHub
parent 1676992266
commit d25c62ae9f
7 changed files with 130 additions and 35 deletions

View File

@@ -17,6 +17,7 @@ M.keymaps = {
delete_comment = "dd",
reply_to_comment = "r",
toggle_node = "t",
toggle_resolved = "p"
},
dialogue = {
focus_next = { "j", "<Down>", "<Tab>" },