📚 docs(nvim): add img-clip to the README

This commit is contained in:
Sergio Laín 2024-04-03 09:58:58 +02:00
parent 7d69533e01
commit eef3818e35
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 2 additions and 1 deletions

View file

@ -343,6 +343,7 @@
- [andweeb/presence.nvim](https://dotfyle.com/plugins/andweeb/presence.nvim)
- [edluffy/hologram.nvim](https://dotfyle.com/plugins/edluffy/hologram.nvim)
- [ellisonleao/carbon-now.nvim](https://dotfyle.com/plugins/ellisonleao/carbon-now.nvim)
- [HakonHarnes/img-clip.nvim](https://dotfyle.com/plugins/HakonHarnes/img-clip.nvim)
</details>

View file

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