From 50724197ddd15cfc2934113bbd1fc980c5c296dd Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 30 Mar 2026 23:57:07 +0200 Subject: Remove a lot of unused configuration files --- lua/ache/plugins/image-nvim.lua | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 lua/ache/plugins/image-nvim.lua (limited to 'lua/ache/plugins/image-nvim.lua') diff --git a/lua/ache/plugins/image-nvim.lua b/lua/ache/plugins/image-nvim.lua deleted file mode 100644 index 5648672..0000000 --- a/lua/ache/plugins/image-nvim.lua +++ /dev/null @@ -1,25 +0,0 @@ ---[[ ---This plugin prints images inside Neovim. ---]] - -return { - -- See the image.nvim `README` for more information about configuring this plugin - "3rd/image.nvim", - enabled = true, - version = "1.1.0", - opts = { - backend = "kitty", -- Whatever backend you would like to use - integrations = { - markdown = { - enabled = false, - only_render_image_at_cursor = true, - }, - }, - max_width = 100, - max_height = 12, - max_height_window_percentage = math.huge, - max_width_window_percentage = math.huge, - window_overlap_clear_enabled = true, -- Toggles images when windows are overlapped - window_overlap_clear_ft_ignore = { "cmp_menu", "cmp_docs", "" }, - }, -} -- cgit v1.3-2-g11bf