📚 docs(nvim): add img-clip to the README
This commit is contained in:
parent
7d69533e01
commit
eef3818e35
2 changed files with 2 additions and 1 deletions
1
.config/nvim/.github/README.md
vendored
1
.config/nvim/.github/README.md
vendored
|
@ -343,6 +343,7 @@
|
||||||
- [andweeb/presence.nvim](https://dotfyle.com/plugins/andweeb/presence.nvim)
|
- [andweeb/presence.nvim](https://dotfyle.com/plugins/andweeb/presence.nvim)
|
||||||
- [edluffy/hologram.nvim](https://dotfyle.com/plugins/edluffy/hologram.nvim)
|
- [edluffy/hologram.nvim](https://dotfyle.com/plugins/edluffy/hologram.nvim)
|
||||||
- [ellisonleao/carbon-now.nvim](https://dotfyle.com/plugins/ellisonleao/carbon-now.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>
|
</details>
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ return {
|
||||||
"HakonHarnes/img-clip.nvim",
|
"HakonHarnes/img-clip.nvim",
|
||||||
opts = {},
|
opts = {},
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>P", "<cmd>PasteImage<cr>", desc = "Paste clipboard image" },
|
{ "<leader>P", "<cmd>PasteImage<cr>", desc = "Paste Clipboard Image" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue