snacks.image
This commit is contained in:
parent
c335e3be65
commit
bf4f57776c
1 changed files with 11 additions and 1 deletions
|
@ -226,8 +226,18 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
image = {
|
||||||
|
enabled = true,
|
||||||
|
doc = {
|
||||||
|
inline = false,
|
||||||
|
float = true,
|
||||||
|
max_width = 60,
|
||||||
|
max_height = 30,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
scroll = { enabled = false },
|
||||||
bigfile = { enabled = true },
|
bigfile = { enabled = true },
|
||||||
-- notifier = { enabled = true },
|
notifier = { enabled = true },
|
||||||
quickfile = { enabled = true },
|
quickfile = { enabled = true },
|
||||||
words = { enabled = true },
|
words = { enabled = true },
|
||||||
dashboard = {
|
dashboard = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue