Nvim: update plugins with newer maintainers

This commit is contained in:
Robert Kmieć
2023-11-20 10:30:28 +01:00
parent 050795801f
commit dbc1095cb4
11 changed files with 188 additions and 111 deletions

View File

@@ -0,0 +1,13 @@
return {
'samodostal/image.nvim',
opts = {
render = {
min_padding = 5,
show_label = true,
use_dither = true,
},
events = {
update_on_nvim_resize = true,
},
}
}