feat(nvim): enable snacks animations for scrolling

This commit is contained in:
Sergio Laín 2025-08-03 12:07:11 +02:00
parent 1d83a2ceb8
commit 2a3bb1b2b0
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ vim.loader.enable()
-- Personal Config and LazyVim global options -- Personal Config and LazyVim global options
go.lualine_info_extras = false go.lualine_info_extras = false
go.snacks_animate = false go.snacks_animate = true
go.codeium_cmp_hide = false go.codeium_cmp_hide = false
go.lazygit_config = false go.lazygit_config = false
go.lazyvim_cmp = "blink" go.lazyvim_cmp = "blink"

View file

@ -59,7 +59,7 @@ return {
}, },
scroll = { scroll = {
animate = { animate = {
duration = { step = 10, total = 150 }, duration = { step = 10, total = 100 },
}, },
}, },
}, },