Currently supports OS X. Windows and linux support planned.
On OS C, you must have the pngpaste command in your path.
Use Pathogen or Vundle to install and activate.
The following will save any image in the clipboard to /images, and include a markdown image link referencing it within the current document.
:call image_paste#PasteImage
You can map to a command that is more easy to type within your .vimrc as follows.
command! PasteImage :call image_paste#PasteImage()
This code is free to use under the terms of the MIT license.
Copyright (c) 2014 Blake Taylor
See LICENSE file for further details.