14 lines
208 B
Lua
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,
|
|
},
|
|
}
|
|
}
|