mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-30 06:04:33 +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;
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user