13 lines
356 B
Lua
13 lines
356 B
Lua
return {{
|
|
"kjuq/sixelview.nvim",
|
|
opts = {
|
|
-- a table to specify what files should be viewed by this plugin
|
|
pattern = {},
|
|
-- whether to show an image automatically when an image buffer is opened
|
|
auto = true,
|
|
-- time of delay before showing image
|
|
-- try setting this duration longer if you have a trouble showing image
|
|
delay_ms = 100,
|
|
},
|
|
}}
|