Skip to content

images are not displayed #970

Closed
Closed
@edpyt

Description

@edpyt

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

  1. add snacks.nvim
  2. add link to image in any .org file

Expected behavior

images displaying like this (#968 (comment))

Image

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

Image

nvim-orgmode version

72f23ee

OS / Distro

Arch Linux

Neovim version/commit

0.11.0

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions