mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
vimPlugins.jellybeans-nvim: Add a missing lush dependency
This commit is contained in:
parent
9bf79ea2f9
commit
1f911bc3fc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user