From 7f42d5b36723f05295b29d00b4c21319b3974b8d Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Wed, 25 Feb 2026 21:12:15 +0100 Subject: Add neoscroll --- nvim/lua/config/lazy.lua | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'nvim/lua/config/lazy.lua') diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index e2e9ed5..807d35c 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -73,11 +73,16 @@ require("lazy").setup({ end, }, require("config.blink-cmp"), - -- when hitting Enter between brackets, create newline between with tab: - -- { - -- > like this - -- } - -- { "jiangmiao/auto-pairs" }, + -- smooth scrolling + { + "karb94/neoscroll.nvim", + opts = { + duration_multiplier = 0.3, + mappings = { + '', '' + }, + } + }, }, install = { colorscheme = { "gruvbox" } }, checker = { enabled = true }, -- cgit v1.3.1