Skip to content

Commit cd3730f

Browse files
committed
feat(nvim): enable scroll plugin in snacks
1 parent 12bf2b5 commit cd3730f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • home/dot_config/exact_nvim/exact_lua/exact_specs

home/dot_config/exact_nvim/exact_lua/exact_specs/snacks.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Plugin.opts = {
1212
enabled = true,
1313
replace_netrw = true,
1414
},
15+
scroll = {
16+
enabled = true,
17+
animate = {
18+
duration = { step = 5, total = 50 },
19+
easing = 'linear',
20+
},
21+
},
1522
zen = {
1623
enabled = true,
1724
win = {

0 commit comments

Comments
 (0)