-
Notifications
You must be signed in to change notification settings - Fork 251
BUG: image preview doesn't work #1373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could you double check if image.nvim itself indeed works but only fails with neo-tree? https://github.com/3rd/image.nvim#try-it-out-with-a-minimal-setup |
I have: |
Same with macos 15.2 and kitty 0.39.0. The minimal setup works, but the neo tree integration does not. -- ~/.config/nvim/lua/plugins/neo-tree.lua
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
"3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
},
} FYI: Also tried iTerm2 + ueberzugpp first. Because I wasn't sure, if I did miss something, I then tried Kitty. |
could you post the full first line of the error?
It looks like |
Ah sure, here is the full error log:
|
Did you check docs and existing issues?
Neovim Version (nvim -v)
0.9.5
Operating System / Version
MacOS 14.3.1
Describe the Bug
I have the image.nvim dependency installed, and the setting for image_preview is also explicitly specified, but image doesn't render
Screenshots, Traceback
Steps to Reproduce
Expected Behavior
Rendered image in preview
Your Configuration
The text was updated successfully, but these errors were encountered: