feat(nvim): enable snacks animations for scrolling
This commit is contained in:
parent
1d83a2ceb8
commit
2a3bb1b2b0
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ vim.loader.enable()
|
|||
|
||||
-- Personal Config and LazyVim global options
|
||||
go.lualine_info_extras = false
|
||||
go.snacks_animate = false
|
||||
go.snacks_animate = true
|
||||
go.codeium_cmp_hide = false
|
||||
go.lazygit_config = false
|
||||
go.lazyvim_cmp = "blink"
|
||||
|
|
|
@ -59,7 +59,7 @@ return {
|
|||
},
|
||||
scroll = {
|
||||
animate = {
|
||||
duration = { step = 10, total = 150 },
|
||||
duration = { step = 10, total = 100 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue