chafa.nvim icon indicating copy to clipboard operation
chafa.nvim copied to clipboard

A neovim plugin for viewing images.

Results 7 chafa.nvim issues
Sort by recently updated
recently updated
newest added

![chafa_error](https://github.com/princejoogie/chafa.nvim/assets/82840030/7f45ac2c-3593-406d-96e0-f3a23ef220a5) 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 = {...

![image](https://user-images.githubusercontent.com/63069499/222990341-12a6dc0f-77a4-4da7-a809-e311175316b6.png)

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...

Don't ask why I chose to show these images "Too Many Highlight and Syntax Groups" ![image](https://github.com/user-attachments/assets/c3943c3a-6698-45ed-9d32-e632ef3af1c7) ![image](https://github.com/user-attachments/assets/d2ab5e85-8ff1-4a8b-8298-317bd74c9ec4) ![image](https://github.com/user-attachments/assets/d04748ae-6ff8-4636-bfbd-056070aea366)

### [`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