11 lines
290 B
Lua
11 lines
290 B
Lua
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,
|
|
},
|
|
}
|