Feat: Notes (Non-Linked Comments) (#52)
Adds support for notes. These are comments that are not linked to specific lines of code in the MR.
This commit is contained in:
committed by
GitHub
parent
d92cf39dd7
commit
152c55fd57
@@ -16,7 +16,7 @@ M.settings = {
|
||||
perform_action = "<leader>s",
|
||||
},
|
||||
discussion_tree = {
|
||||
toggle = "<leader>d",
|
||||
blacklist = {},
|
||||
jump_to_file = "o",
|
||||
jump_to_reviewer = "m",
|
||||
edit_comment = "e",
|
||||
@@ -28,7 +28,7 @@ M.settings = {
|
||||
position = "left",
|
||||
size = "20%",
|
||||
resolved = '✓',
|
||||
unresolved = ''
|
||||
unresolved = '',
|
||||
},
|
||||
review_pane = {
|
||||
delta = {
|
||||
|
||||
Reference in New Issue
Block a user