Browse Source

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

Jocelyn Gaudette 1 năm trước cách đây
mục cha
commit
042c0b6089
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lua/lvim/core/terminal.lua

+ 1 - 0
lua/lvim/core/terminal.lua

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