Files
yadm/.config/nvim/lua/plugins/ascii_image.lua
2023-11-20 10:30:28 +01:00

14 lines
208 B
Lua

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