Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JasinskiRafal/viu.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

viu.nvim

A neovim plugin for viewing images.

This plugin uses viu under the hood to convert images to an output that can be printed in a terminal. It then uses baleia to colorize text with ANSI escape sequences. plenary is used for utility functions

Prerequisites

  • Install viu and make sure it is in your path
  • Neovim 0.7+

Installation

return {
  "JasinskiRafal/viu.nvim",
  dependencies = {
    "nvim-lua/plenary.nvim",
    "m00qek/baleia.nvim"
  },
  opts = {}
}

Default Config

{
  min_padding = 5,
  show_label = true,
  remove_cr = true,
}

Acknowledgement

This plugin is a fork of chafa.nvim, huge thanks for the initial work done by princejoogie

About

A neovim plugin for viewing images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%