From a15c537f608db166f734d3a7e8d3c68bf17f55d7 Mon Sep 17 00:00:00 2001 From: ericmarin Date: Mon, 30 Mar 2026 17:32:31 +0200 Subject: changes --- nvim/lua/plugins/image.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 nvim/lua/plugins/image.lua (limited to 'nvim/lua/plugins/image.lua') diff --git a/nvim/lua/plugins/image.lua b/nvim/lua/plugins/image.lua deleted file mode 100644 index b1dc285..0000000 --- a/nvim/lua/plugins/image.lua +++ /dev/null @@ -1,11 +0,0 @@ -return { - "3rd/image.nvim", - build = false, -- so that it doesn't build the rock https://github.com/3rd/image.nvim/issues/91#issuecomment-2453430239 - ft = "norg", - opts = { - backend = "sixel", - processor = "magick_cli", - only_render_image_at_cursor = true, - only_render_image_at_cursor_mode = "popup", - } -} -- cgit v1.2.3