add img-clip plugin #1

Merged
softinio merged 1 commit from add-imgclip into main 2024-02-17 15:45:53 -08:00
Showing only changes of commit b89b3e708b - Show all commits

13
lua/plugins/img-clip.lua Normal file
View file

@ -0,0 +1,13 @@
return {
"HakonHarnes/img-clip.nvim",
event = "BufEnter",
opts = {
-- add options here
-- or leave it empty to use the default settings
},
keys = {
-- suggested keymap
{ "<leader>p", "<cmd>PasteImage<cr>", desc = "Paste clipboard image" },
},
}