浏览代码

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

Jocelyn Gaudette 1 年之前
父节点
当前提交
042c0b6089
共有 1 个文件被更改,包括 1 次插入0 次删除
  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!"