some refactoring and theme changes

This commit is contained in:
Ishaan Karvir 2024-01-19 23:21:52 -08:00
parent 2510c29d62
commit eecf37a9b3
10 changed files with 528 additions and 357 deletions

View file

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