⚙️ config(nvim): snacks image inline and apply the frecency option
This commit is contained in:
parent
71895d76dd
commit
b5c9826204
1 changed files with 6 additions and 3 deletions
|
@ -32,6 +32,9 @@ return {
|
||||||
builtin = false,
|
builtin = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
matcher = {
|
||||||
|
frecency = true,
|
||||||
|
},
|
||||||
win = {
|
win = {
|
||||||
input = {
|
input = {
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -45,9 +48,9 @@ return {
|
||||||
},
|
},
|
||||||
image = {
|
image = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
-- doc = {
|
doc = {
|
||||||
-- inline = false,
|
inline = false,
|
||||||
-- },
|
},
|
||||||
},
|
},
|
||||||
scroll = {
|
scroll = {
|
||||||
animate = {
|
animate = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue