Feat: Make MR title input window configurable (#174)
Feat: Make MR title input window configurable
This commit is contained in:
@@ -246,6 +246,10 @@ you call this function with no values the defaults will be used:
|
||||
create_mr = {
|
||||
target = nil, -- Default branch to target when creating an MR
|
||||
template_file = nil, -- Default MR template in .gitlab/merge_request_templates
|
||||
title_input = { -- Default settings for MR title input window
|
||||
width = 40,
|
||||
border = "rounded",
|
||||
},
|
||||
},
|
||||
colors = {
|
||||
discussion_tree = {
|
||||
|
||||
Reference in New Issue
Block a user