feat: add img-clip plugin with custom configuration
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user