vimPlugins.jellybeans-nvim: Add a missing lush dependency

This commit is contained in:
Krzysztof Kotlenga 2023-01-27 12:38:44 +01:00
parent 9bf79ea2f9
commit 1f911bc3fc

View File

@ -506,6 +506,10 @@ self: super: {
};
});
jellybeans-nvim = super.jellybeans-nvim.overrideAttrs (old: {
dependencies = with self; [ lush-nvim ];
});
LanguageClient-neovim =
let
version = "0.1.161";