Skip to content

Commit 82f509d

Browse files
committed
revert: restore the help and pipeline popup settings
1 parent 22da41f commit 82f509d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/gitlab.nvim.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ you call this function with no values the defaults will be used:
243243
comment = nil, -- Individual popup overrides, e.g. { width = "60%", height = "80%", border = "single", opacity = 0.85 },
244244
edit = nil,
245245
note = nil,
246+
help = nil, -- Width and height are calculated automatically and cannot be overridden
247+
pipeline = nil, -- Width and height are calculated automatically and cannot be overridden
246248
reply = nil,
247249
squash_message = nil,
248250
create_mr = { width = "95%", height = "95%" },

lua/gitlab/state.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ M.settings = {
140140
comment = nil,
141141
edit = nil,
142142
note = nil,
143+
help = nil,
144+
pipeline = nil,
143145
reply = nil,
144146
squash_message = nil,
145147
create_mr = { width = "95%", height = "95%" },

0 commit comments

Comments
 (0)