fix(terminal): show lazygit bottom line (#4548)

This commit is contained in:
Jocelyn Gaudette 2024-05-14 04:40:47 -03:00 committed by GitHub
parent 38216e6701
commit 042c0b6089
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -160,6 +160,7 @@ M.lazygit_toggle = function()
border = "none", border = "none",
width = 100000, width = 100000,
height = 100000, height = 100000,
zindex = 200,
}, },
on_open = function(_) on_open = function(_)
vim.cmd "startinsert!" vim.cmd "startinsert!"