From 3c0a383a65e04ed3fee7f27db077455304820536 Mon Sep 17 00:00:00 2001 From: Meisterlala <6453306+Meisterlala@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:50:28 +0200 Subject: [PATCH] feat(plugins): remove img-clip.nvim integration --- lua/plugins/avante.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lua/plugins/avante.lua b/lua/plugins/avante.lua index c725f12..d6f865b 100644 --- a/lua/plugins/avante.lua +++ b/lua/plugins/avante.lua @@ -279,21 +279,6 @@ return { -- Copilot integration 'zbirenbaum/copilot.lua', - -- Image pasting support - { - 'HakonHarnes/img-clip.nvim', - event = 'VeryLazy', - opts = { - default = { - embed_image_as_base64 = false, - prompt_for_file_name = false, - drag_and_drop = { - insert_mode = true, - }, - use_absolute_path = true, - }, - }, - }, -- Markdown rendering for Avante { -- 2.51.2