image.nvim
image.nvim copied to clipboard
🖼️ Bringing images to Neovim.
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...
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    ``` You will see that if you add an empty line on the first line,...
With `ueberzug` backend:  Same file with `kitty` backend:  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  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...