plugin for pngpaste
- Provide
:PngPaste
command - Generate filename with
uuidgen
- Exec
pngpaste
, save png file toimage_path
- Set vim line with markdown image syntax
Using packer.nvim
use({
"koga1020/pngpaste.nvim",
config = function()
require("pngpaste").setup()
end,
})
- uuidgen
- pngpaste