some refactoring and theme changes
This commit is contained in:
parent
2510c29d62
commit
eecf37a9b3
10 changed files with 528 additions and 357 deletions
7
lua/custom/plugins/neoscroll.lua
Normal file
7
lua/custom/plugins/neoscroll.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"karb94/neoscroll.nvim",
|
||||
config = function ()
|
||||
require('neoscroll').setup {}
|
||||
end
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue