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
- Install viu and make sure it is in your path
- Neovim 0.7+
return {
"JasinskiRafal/viu.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"m00qek/baleia.nvim"
},
opts = {}
}{
min_padding = 5,
show_label = true,
remove_cr = true,
}This plugin is a fork of chafa.nvim, huge thanks for the initial work done by princejoogie