⚙️ 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,
|
||||
},
|
||||
},
|
||||
matcher = {
|
||||
frecency = true,
|
||||
},
|
||||
win = {
|
||||
input = {
|
||||
keys = {
|
||||
|
@ -45,9 +48,9 @@ return {
|
|||
},
|
||||
image = {
|
||||
enabled = true,
|
||||
-- doc = {
|
||||
-- inline = false,
|
||||
-- },
|
||||
doc = {
|
||||
inline = false,
|
||||
},
|
||||
},
|
||||
scroll = {
|
||||
animate = {
|
||||
|
|
Loading…
Add table
Reference in a new issue