nvim: enable smooth scroll with glrnvim

This commit is contained in:
2025-05-31 02:04:48 +08:00
parent b44fed76cc
commit 2f0535afce
2 changed files with 12 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
return {
-- { "psliwka/vim-smoothie" },
{ "karb94/neoscroll.nvim",
cond = require("tools.gui").is_enable_sixel(),
cond = require("tools.gui").is_enable_smoothscroll(),
opts = {
mappings = { -- Keys to be mapped to their corresponding default scrolling animation
'<C-u>', '<C-d>',