feat: add img-clip plugin with custom configuration
This commit is contained in:
@@ -173,6 +173,21 @@ return {
|
|||||||
{ -- Timer
|
{ -- Timer
|
||||||
"alex-popov-tech/timer.nvim",
|
"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
|
{ -- Multicursor
|
||||||
"jake-stewart/multicursor.nvim",
|
"jake-stewart/multicursor.nvim",
|
||||||
branch = "1.0",
|
branch = "1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user