chafa.nvim
chafa.nvim copied to clipboard
Show just raw data
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, }`
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.