Closed
Description
Describe the bug
from merging PR (#907) we should now see the images displaying via snacks.nvim
but (for me) images are not displaying
Steps to reproduce
- add snacks.nvim
- add link to image in any .org file
Expected behavior
images displaying like this (#968 (comment))
Emacs functionality
No response
Minimal init.lua
pseudo init.lua
return {
{
{
"nvim-orgmode/orgmode",
opts = {}
}
}
{
"folke/snacks.nvim",
dependencies = { "3rd/image.nvim" },
---@type snacks.Config
opts = {
image = {},
},
},
}
Screenshots and recordings
nvim-orgmode version
OS / Distro
Arch Linux
Neovim version/commit
0.11.0
Additional context
No response