feat(nvim): added img-clip extra

This commit is contained in:
Sergio Laín 2024-01-03 00:11:51 +01:00
parent 5df7b69447
commit 6bf79a8caa
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -0,0 +1,7 @@
return {
"HakonHarnes/img-clip.nvim",
opts = {},
keys = {
{ "<leader>P", "<cmd>PasteImage<cr>", desc = "Paste clipboard image" },
},
}