mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
8 lines
139 B
Lua
8 lines
139 B
Lua
return {
|
|
"karb94/neoscroll.nvim",
|
|
event = "VeryLazy",
|
|
lazy = true,
|
|
config = function()
|
|
require("neoscroll").setup({})
|
|
end,
|
|
}
|