feat(nvim): install img-clip.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
This commit is contained in:
parent
c658f5b018
commit
50f2e80aea
@ -0,0 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"HakonHarnes/img-clip.nvim",
|
||||
opts = {},
|
||||
cmd = {
|
||||
"PasteImage",
|
||||
"ImgClipDebug",
|
||||
"ImgClipConfig",
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>p", "<cmd>PasteImage<cr>", desc = "Paste Image" },
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user