switched to folke snacks image plugin

This commit is contained in:
Joost Agterhoek 2025-07-14 15:57:20 +02:00
parent d36bc72245
commit a8ed956b10

View File

@ -1,23 +0,0 @@
return {
"3rd/image.nvim",
build = false,
opts = {
rocessor = "magick_cli",
},
config = function()
require("image").setup({
integrations = {
markdown = {
enabled = true,
only_render_image_at_cursor = true,
only_render_image_at_cursor_mode = "inline",
floating_windows = false,
},
html = {
enabled = true,
},
},
-- tmux_show_only_in_active_window = true,
})
end,
}