disable scroll animation

This commit is contained in:
xfy
2025-05-11 13:03:54 +08:00
parent e2c98af16d
commit 9fda712cb3
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.g.lazyvim_rust_diagnostics = "rust-analyzer"

View File

@ -1,6 +1,7 @@
return {
"snacks.nvim",
opts = {
scroll = { enabled = false },
-- https://github.com/folke/snacks.nvim/discussions/860#discussioncomment-12027395
picker = {
sources = {