mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-11 21:08:18 +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:
parent
433bd5b01e
commit
d0c7ad0eee
@ -98,6 +98,11 @@
|
||||
plugin = nvim-web-devicons;
|
||||
type = "lua";
|
||||
}
|
||||
{
|
||||
plugin = nvim-scrollbar;
|
||||
type = "lua";
|
||||
config = ''require("scrollbar").setup()'';
|
||||
}
|
||||
{
|
||||
plugin = nvim-lspconfig;
|
||||
type = "lua";
|
||||
|
Loading…
Reference in New Issue
Block a user