image.nvim icon indicating copy to clipboard operation
image.nvim copied to clipboard

🖼️ Bringing images to Neovim.

Results 83 image.nvim issues
Sort by recently updated
recently updated
newest added

Firstly thank you for your work on this plugin, especially for the Neorg integration. I was curious about Konsole support, I was under the impression that Konsole is making use...

:robot: I have created a release *beep* *boop* --- ## [1.3.0](https://github.com/3rd/image.nvim/compare/v1.2.0...v1.3.0) (2024-05-14) ### Features * configurable resolve_image_path function ([6ab77ff](https://github.com/3rd/image.nvim/commit/6ab77ffda4ac0825a9b49e5580da261e74a577ac)) * include the magick error in the "rock not found" message...

autorelease: pending

image.nvim seems to have an unexpected effect on messages events kinds. It especially happens when rendering images or when the window_overlap_clear_enabled option is true. msg_show events with empty kind turn...

- minimial-setup.lua ```lua local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", "https://github.com/folke/lazy.nvim.git", lazypath, }) end vim.opt.rtp:prepend(lazypath) require("lazy").setup({ { "3rd/image.nvim", event = "VeryLazy", dependencies...

Steps to reproduce: Create a markdown file like: ```markdown ![neovim logo](https://static-00.iconduck.com/assets.00/apps-neovim-icon-2048x2048-21jvoi4h.png) ![neovim logo](https://static-00.iconduck.com/assets.00/apps-neovim-icon-2048x2048-21jvoi4h.png) ![neovim logo](https://static-00.iconduck.com/assets.00/apps-neovim-icon-2048x2048-21jvoi4h.png) ``` You will see that if you add an empty line on the first line,...

With `ueberzug` backend: ![2023-12-14_110047](https://github.com/3rd/image.nvim/assets/62853938/c20f16c3-4d75-4024-bbae-b4509f2fb916) Same file with `kitty` backend: ![2023-12-14_111312](https://github.com/3rd/image.nvim/assets/62853938/9f479310-9744-4725-84cb-1f2865e37ce3) The terminal in the first image is Alacritty. If I test with the `ueberzug` backend in Kitty I get the...

like `shift + k` over the image url? then only show image?

Hello, I found a bug when I opened the same image for the second time ![image](https://github.com/3rd/image.nvim/assets/38518057/45926032-ef92-4eba-8173-14dbe540ce19) my image.nvim setting[lazy.nvim] like this ```lua return { "3rd/image.nvim", event = "VeryLazy", dependencies =...

I am unable to get image previews when using zellij + alacritty + ueberzug++. The plugin works just fine when using kitty, but I much prefer using alacritty. Zellij +...

This is something I've been exploring the cause of for a bit. Using kitty in direct-mode when displaying images (e.g. over SSH) occasionally causes images to not be displayed. I...