🎨 ux(nvim): add scroll animations to snacks.nvim and set which-key preset to classic

This commit is contained in:
Sergio Laín 2024-12-13 23:43:12 +01:00
parent 86a11ae840
commit d462e698fd
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,7 @@
return { return {
"folke/which-key.nvim", "folke/which-key.nvim",
opts = { opts = {
preset = "classic",
icons = { icons = {
group = "", group = "",
}, },

View file

@ -26,5 +26,10 @@ return {
position = "float", position = "float",
}, },
}, },
scroll = {
animate = {
duration = { step = 10, total = 150 },
},
},
}, },
} }