Skip to content

koga1020/pngpaste.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pngpaste.nvim

plugin for pngpaste

pngpaste

Feature

  • Provide :PngPaste command
  • Generate filename with uuidgen
  • Exec pngpaste, save png file to image_path
  • Set vim line with markdown image syntax

Installation

Using packer.nvim

use({
  "koga1020/pngpaste.nvim",
  config = function()
    require("pngpaste").setup()
  end,
})

Required dependencies