diff --git a/nvim/lua/image-config.lua b/nvim/lua/image-config.lua new file mode 100644 index 0000000..423c61b --- /dev/null +++ b/nvim/lua/image-config.lua @@ -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, + }, +}