mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
disable scroll animation
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
-- Options are automatically loaded before lazy.nvim startup
|
-- 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
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
-- Add any additional options here
|
-- Add any additional options here
|
||||||
|
vim.g.lazyvim_rust_diagnostics = "rust-analyzer"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
"snacks.nvim",
|
"snacks.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
scroll = { enabled = false },
|
||||||
-- https://github.com/folke/snacks.nvim/discussions/860#discussioncomment-12027395
|
-- https://github.com/folke/snacks.nvim/discussions/860#discussioncomment-12027395
|
||||||
picker = {
|
picker = {
|
||||||
sources = {
|
sources = {
|
||||||
|
Reference in New Issue
Block a user