mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-12 08:09:10 +02:00
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:
@ -98,6 +98,11 @@
|
|||||||
plugin = nvim-web-devicons;
|
plugin = nvim-web-devicons;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = nvim-scrollbar;
|
||||||
|
type = "lua";
|
||||||
|
config = ''require("scrollbar").setup()'';
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = nvim-lspconfig;
|
plugin = nvim-lspconfig;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
Reference in New Issue
Block a user