neovim: Add back nvim-scrollbar

Looks like the issue where the scrollbar was hiding text behind it has
been fixed.
This commit is contained in:
Donovan Glover
2023-06-06 17:09:42 -04:00
parent 433bd5b01e
commit d0c7ad0eee

View File

@ -98,6 +98,11 @@
plugin = nvim-web-devicons;
type = "lua";
}
{
plugin = nvim-scrollbar;
type = "lua";
config = ''require("scrollbar").setup()'';
}
{
plugin = nvim-lspconfig;
type = "lua";