fix missing opts for plugin initialization

This commit is contained in:
2025-07-15 16:57:41 +05:00
parent 386d50d7ce
commit 145bbd1996
3 changed files with 17 additions and 16 deletions

View File

@ -1,5 +1,7 @@
return {
"petertriho/nvim-scrollbar",
event = "VeryLazy",
config = true
config = function (_, opts)
require("scrollbar").setup(opts)
end
}