mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(image): images not being inlined inside tmux
This commit is contained in:
parent
bc0630e43b
commit
b9b94088dc
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ local environments = {
|
|||
{
|
||||
name = "tmux",
|
||||
env = { TERM = "tmux", TMUX = true },
|
||||
supported = true,
|
||||
placeholders = true,
|
||||
setup = function()
|
||||
pcall(vim.fn.system, { "tmux", "set", "-p", "allow-passthrough", "all" })
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue