소스 검색

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!"