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

Show just raw data

Open sharedordaz opened this issue 1 year ago • 1 comments

chafa_error

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 = { min_padding = 5, show_label = true, }, events = { update_on_nvim_resize = false, }, }) end, }`

sharedordaz avatar Feb 09 '24 05:02 sharedordaz

I could only get any result using nvim inside a tmux session, showing .png file. Other formats gave the same result as yours. My config is the same. Using my default terminal Konsole I never got shown an image.

vaesbart avatar Apr 12 '24 12:04 vaesbart