Feat: Make MR title input window configurable (#174)

Feat: Make MR title input window configurable
This commit is contained in:
Jakub F. Bortlík
2024-02-11 19:08:29 +01:00
committed by GitHub
parent affc475d31
commit 6046669391
4 changed files with 23 additions and 13 deletions

View File

@@ -211,6 +211,10 @@ require("gitlab").setup({
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 = {