-
Notifications
You must be signed in to change notification settings - Fork 316
Closed as not planned
Labels
Description
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
but don't show when I am using Kitty w/ ssh
Steps To Reproduce
- open the image in kitty w/ ssh
- connect ssh
ssh localhost
- 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
},
})
stevenxxiu, franco-ruggeri, Mayur1009 and blurgyy