Update config

This commit is contained in:
2026-05-02 20:55:41 -03:00
parent 5a1094d59e
commit f595df556f
4 changed files with 22 additions and 2 deletions

View File

@@ -135,4 +135,12 @@ return {
},
opts = { n_lines = 200 },
},
{ "karb94/neoscroll.nvim",
lazy = false,
opts = {
hide_cursor = true,
stop_eof = true,
mappings = {'<C-u>', '<C-d>', '<C-b>', '<C-f>'}
}
}
}