Neovim Plugin to screenshot lines of code.
Add the plugin to Neovim and compile the go binary
vim-plug example:
Plug 'asamonik/nvim-screenshot', { 'do': 'go build' }
Packer:
use { 'asamonik/nvim-screenshot', run = 'go build' }
Call :Screenshot
without arguments to copy a screenshot of the visually selected
lines to clipboard.
Call :Screenshot ./path/
to save selected lines as a .png file under the specified path
- de-indent code in screenshot
- Bold, Italic and Underline