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 {