woohooo
This commit is contained in:
commit
085347ddac
49 changed files with 1931 additions and 0 deletions
11
lua/plugins/neoscroll.lua
Normal file
11
lua/plugins/neoscroll.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue