This commit is contained in:
saarsena@gmail.com 2026-04-08 06:38:52 -04:00
commit 085347ddac
49 changed files with 1931 additions and 0 deletions

11
lua/plugins/neoscroll.lua Normal file
View file

@ -0,0 +1,11 @@
return {
'karb94/neoscroll.nvim',
event = { 'BufReadPost', 'BufNewFile' },
opts = {
mappings = { '<C-u>', '<C-d>', '<C-b>', '<C-f>', 'zt', 'zz', 'zb' },
hide_cursor = true,
stop_eof = true,
respect_scrolloff = false,
cursor_scrolls_alone = true,
},
}