Hi,
I have the following snippet in my init.lua file, the plugin is loaded but the scrollbar isn't visible at all.
{
"petertriho/nvim-scrollbar",
config = function ()
require("scrollbar").setup()
end,
dependencies = {
"lewis6991/gitsigns.nvim",
"kevinhwang91/nvim-hlslens"
}
}
Need your help for the review or suggestions. New to this configuration.
Hi,
I have the following snippet in my init.lua file, the plugin is loaded but the scrollbar isn't visible at all.
Need your help for the review or suggestions. New to this configuration.