chafa.nvim
chafa.nvim copied to clipboard
A neovim plugin for viewing images.
 The plugin doesnt display the image, just displays the encoded data. My lazy config: `{ "princejoogie/chafa.nvim", requires = { "nvim-lua/plenary.nvim", "m00qek/baleia.nvim" }, config = function() require("chafa").setup({ render = {...
Broken?

Resizing works correctly on resize of nvim (ie the frontend or terminal), but doesn't work when opening a split: https://user-images.githubusercontent.com/159/212483682-fcd1d481-a12d-49a7-b482-0a2230f05a5e.mov
This works nice for a few pictures, but when I open more I get... ``` E849: Too many highlight and syntax groups E849: Too many highlight and syntax groups Press...
What.
Don't ask why I chose to show these images "Too Many Highlight and Syntax Groups"   
### [`92b284a`](https://github.com/princejoogie/chafa.nvim/pull/13/commits/92b284a37584f787acd151e2d39255eacb033c34) fix: add chafa arguments '--format symbols' Otherwise chafa chooses a protocol based on the terminal. ### [`46a42fb`](https://github.com/princejoogie/chafa.nvim/pull/13/commits/46a42fba674f746321e0bc2a23ca9805dee8a60b) fix: use chafa arguments '--polite on' to suppress escape sequences Chafa...
Hi, thank you for this amazing plugin. I have a humble request for you : Can you add viewing images in markdown support ? thx