mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(terminal): dont use backdrop for edgy terminal windows
This commit is contained in:
parent
426cd3ed91
commit
fd0677fb9a
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ function M.open(cmd, opts)
|
|||
opts = vim.tbl_deep_extend("force", {
|
||||
ft = "lazyterm",
|
||||
size = { width = 0.9, height = 0.9 },
|
||||
backdrop = LazyVim.has("edgy.nvim") and not cmd and 100 or nil,
|
||||
}, opts or {}, { persistent = true }) --[[@as LazyTermOpts]]
|
||||
|
||||
local termkey = vim.inspect({ cmd = cmd or "shell", cwd = opts.cwd, env = opts.env, count = vim.v.count1 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue