add image rendering
This commit is contained in:
parent
6962a4d629
commit
ce67b40cfc
1 changed files with 12 additions and 0 deletions
12
nvim/lua/image-config.lua
Normal file
12
nvim/lua/image-config.lua
Normal 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,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue