mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
9 lines
132 B
Lua
9 lines
132 B
Lua
|
return {
|
||
|
"karb94/neoscroll.nvim",
|
||
|
event = "VeryLazy",
|
||
|
lazy = true,
|
||
|
config = function()
|
||
|
require("neoscroll").setup({})
|
||
|
end,
|
||
|
}
|