add image rendering

This commit is contained in:
Nydragon 2023-02-13 16:18:51 +01:00
parent 6962a4d629
commit ce67b40cfc

12
nvim/lua/image-config.lua Normal file
View file

@ -0,0 +1,12 @@
require('image').setup {
render = {
min_padding = 5,
show_label = true,
use_dither = true,
foreground_color = true,
background_color = true,
},
events = {
update_on_nvim_resize = true,
},
}