neovim: Remove nvim-scrollbar

Causes text to be hidden when the viewport is small enough.
This commit is contained in:
Donovan Glover 2023-05-31 10:20:52 -04:00
parent d36660d87a
commit a6c925fbd1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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