diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index 9585d8e..5e7f1b1 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -173,6 +173,21 @@ return { { -- Timer "alex-popov-tech/timer.nvim", }, + { -- Image-Clip + "HakonHarnes/img-clip.nvim", + event = "VeryLazy", + opts = { + default = { + embed_image_as_base64 = false, + prompt_for_file_name = false, + drag_and_drop = { + insert_mode = true, + }, + -- required for Windows users + use_absolute_path = true, + }, + }, + }, { -- Multicursor "jake-stewart/multicursor.nvim", branch = "1.0",