Files
nvim-config/lua/plugins/snacks-animated-scrolling-off.lua
khodowany 0e398930f1 Reformat
2026-05-03 10:13:43 -05:00

9 lines
85 B
Lua

return {
"folke/snacks.nvim",
opts = {
scroll = {
enabled = false,
},
},
}