Skip to content

asamonik/nvim-screenshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-screenshot

Neovim Plugin to screenshot lines of code.

Install

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' }

Usage

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

TODO

  • de-indent code in screenshot
  • Bold, Italic and Underline

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •