mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-20 20:58:36 +01:00
neovim: Remove nvim-scrollbar
Causes text to be hidden when the viewport is small enough.
This commit is contained in:
parent
d36660d87a
commit
a6c925fbd1
@ -79,11 +79,6 @@
|
||||
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