diff options
| author | Nicholas Hall <root@ngha.ro> | 2026-04-29 20:42:44 -0500 |
|---|---|---|
| committer | Nicholas Hall <root@ngha.ro> | 2026-04-29 20:42:44 -0500 |
| commit | b834788f7dc110e4a4f79b0356f1293d6d129b13 (patch) | |
| tree | bef6e26d08963096e192292c8d597d7f3301e2ba /lua/plugins/snacks-animated-scrolling-off.lua | |
| parent | 7041a218d5cdcb6131697078e4422deb457c6cf0 (diff) | |
| download | nvim-b834788f7dc110e4a4f79b0356f1293d6d129b13.tar.xz nvim-b834788f7dc110e4a4f79b0356f1293d6d129b13.zip | |
Omarchy lazyvimlazyvim
Diffstat (limited to 'lua/plugins/snacks-animated-scrolling-off.lua')
| -rw-r--r-- | lua/plugins/snacks-animated-scrolling-off.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/plugins/snacks-animated-scrolling-off.lua b/lua/plugins/snacks-animated-scrolling-off.lua new file mode 100644 index 0000000..cbb0a58 --- /dev/null +++ b/lua/plugins/snacks-animated-scrolling-off.lua @@ -0,0 +1,8 @@ +return { + "folke/snacks.nvim", + opts = { + scroll = { + enabled = false, -- Disable scrolling animations + }, + }, +} |
