fix: error config neoscroll

This commit is contained in:
asep.komarudin 2024-05-25 18:50:20 +07:00
parent a0d4196295
commit 2e251f9723
2 changed files with 8 additions and 8 deletions

View file

@ -1,8 +1,8 @@
return {
"karb94/neoscroll.nvim",
event = "VeryLazy",
lazy = true,
config = function()
require("neoscroll").setup()
end,
"karb94/neoscroll.nvim",
event = "VeryLazy",
lazy = true,
config = function()
require("neoscroll").setup {}
end,
}