Files
omarchy/config/nvim/lua/plugins/snacks-animated-scrolling-off.lua
David Heinemeier Hansson d689c9705f Fleshout the default nvim setup
2025-06-01 11:39:15 +02:00

9 lines
117 B
Lua

return {
"folke/snacks.nvim",
opts = {
scroll = {
enabled = false, -- Disable scrolling animations
},
},
}