initial commit for config

This commit is contained in:
nicholasdominici 2025-01-07 15:30:22 -08:00
parent a22976111e
commit 80c2d1d5d8
3 changed files with 476 additions and 25 deletions

View file

@ -0,0 +1,6 @@
return {
"karb94/neoscroll.nvim",
config = function ()
require('neoscroll').setup({})
end
}