Skip to content

Not rendering images #294

@Jeremy5909

Description

@Jeremy5909

image.nvim report

System Information

OS: Darwin
Neovim: 0.11.1
Process Tree: nvim(7961) <- nvim(7955) <- -fish(7899) <- tmux(83603)
TERM: tmux-256color
Tmux: 3.5
Tmux Allow Passthrough: on
Tmux Visual Activity: off

Plugin Configuration

{
    "max_width_window_percentage": 100,
    "processor": "magick_rock",
    "hijack_file_patterns": {
      1: "*.png",
      2: "*.jpg",
      3: "*.jpeg",
      4: "*.gif",
      5: "*.webp",
      6: "*.avif",
    },
    "max_height_window_percentage": 50,
    "tmux_show_only_in_active_window": false,
    "window_overlap_clear_enabled": false,
    "kitty_method": "normal",
    "editor_only_render_when_focused": false,
    "backend": "kitty",
    "window_overlap_clear_ft_ignore": {
      1: "cmp_menu",
      2: "cmp_docs",
      3: "snacks_notif",
      4: "scrollview",
      5: "scrollview_sign",
    },
    "scale_factor": 1,
    "integrations": {
      "markdown": {
        "enabled": true,
      },
      "syslang": {
        "enabled": true,
      },
      "neorg": {
        "enabled": true,
      },
      "typst": {
        "enabled": true,
      },
      "html": {
        "enabled": false,
      },
      "css": {
        "enabled": false,
      },
    },
  }

Processor Information

Active Processor: magick_rock
Magick Rock Available: true
Magick Rock Version: 1.6.0

Backend Information

Active Backend: kitty
Kitty PID: N/A
Backend Features: {
  crop = true
}

Images

Config

...
require("lazy").setup({ { import = "jeremy.plugins" }, { import = "jeremy.plugins.lsp" } }, {
	rocks = {
		hererocks = true,
	},
	checker = {
		enabled = true,
		notify = false,
	},
	change_detection = {
		notify = false,
	},
})
{ "3rd/image.nvim", opts = { processor = "magick_rock" } },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions