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

@@ -81,6 +81,10 @@ M.settings = {
create_mr = {
target = nil,
template_file = nil,
title_input = {
width = 40,
border = "rounded",
},
},
info = {
enabled = true,