fix(nvim)

This commit is contained in:
thek4n 2024-04-25 10:05:22 +03:00
parent 5337863ed8
commit 153499b787

View File

@ -149,7 +149,7 @@ return {
require('neoscroll').setup({
mappings = {'<C-u>', '<C-d>', '<C-b>',
'<C-y>', '<C-e>', 'zt', 'zz', 'zb'},
respect_scrolloff = false,
respect_scrolloff = true,
})
end
},