Skip to content

bug: image is not rendered over ssh #1785

@jiz4oh

Description

@jiz4oh

Did you check docs and existing issues?

  • I have read all the snacks.nvim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of snacks.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.11.0

Operating system/version

Macos 13.6.6

Describe the bug

The image shows properly if I am using Kitty w/o ssh

Image

but don't show when I am using Kitty w/ ssh

Image

Steps To Reproduce

  1. open the image in kitty w/ ssh
  2. connect ssh ssh localhost
  3. open the image in kitty

Expected Behavior

render image over ssh

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    { "folke/snacks.nvim", opts = {
      image = {},
    } },
    -- add any other plugins here
  },
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstale

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions