Files
yadm/.config/nvim/lua/plugins/image.lua
2023-02-14 14:43:11 +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,
},
}
}