added plugin-config

This commit is contained in:
Nicole Dresselhaus
2025-05-05 12:28:48 +02:00
parent d84fcedf6b
commit 6033ab33fb
8 changed files with 500 additions and 0 deletions

View File

@ -0,0 +1,14 @@
return {
"HakonHarnes/img-clip.nvim",
event = "VeryLazy",
opts = {
-- add options here
-- or leave it empty to use the default settings
extension = "avif", ---@type string
process_cmd = "convert - -quality 75 avif:-", ---@type string-
},
keys = {
-- suggested keymap
{ "<leader>ip", "<cmd>PasteImage<cr>", desc = "Paste image from system clipboard" },
},
}