mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 08:41:33 +00:00
disable scroll animation
This commit is contained in:
@ -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"
|
||||
|
@ -1,6 +1,7 @@
|
||||
return {
|
||||
"snacks.nvim",
|
||||
opts = {
|
||||
scroll = { enabled = false },
|
||||
-- https://github.com/folke/snacks.nvim/discussions/860#discussioncomment-12027395
|
||||
picker = {
|
||||
sources = {
|
||||
|
Reference in New Issue
Block a user