🎨 ux(nvim): add scroll animations to snacks.nvim and set which-key preset to classic
This commit is contained in:
parent
86a11ae840
commit
d462e698fd
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
opts = {
|
||||
preset = "classic",
|
||||
icons = {
|
||||
group = "",
|
||||
},
|
||||
|
|
|
@ -26,5 +26,10 @@ return {
|
|||
position = "float",
|
||||
},
|
||||
},
|
||||
scroll = {
|
||||
animate = {
|
||||
duration = { step = 10, total = 150 },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue