feat(nvim): install img-clip.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s

This commit is contained in:
Price Hiller 2024-06-03 23:41:24 -05:00
parent c658f5b018
commit 50f2e80aea
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -0,0 +1,14 @@
return {
{
"HakonHarnes/img-clip.nvim",
opts = {},
cmd = {
"PasteImage",
"ImgClipDebug",
"ImgClipConfig",
},
keys = {
{ "<leader>p", "<cmd>PasteImage<cr>", desc = "Paste Image" },
},
},
}