Files
yadm/.config/nvim/lua/plugins/ascii_image.lua
2024-03-29 09:33:27 +01:00

15 lines
230 B
Lua

return {
'samodostal/image.nvim',
name = 'ascii-image',
opts = {
render = {
min_padding = 5,
show_label = true,
use_dither = true,
},
events = {
update_on_nvim_resize = true,
},
}
}