3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.gruvbox-nvim: Remove unused lush dependency

gruvbox-nvim doesn't depend on lush since
de05c0ff96
This commit is contained in:
Krzysztof Kotlenga 2023-01-29 21:19:20 +01:00
parent 1a23627535
commit d234d85007

View file

@ -484,10 +484,6 @@ self: super: {
dependencies = with self; [ plenary-nvim ];
});
gruvbox-nvim = super.gruvbox-nvim.overrideAttrs (old: {
dependencies = with self; [ lush-nvim ];
});
himalaya-vim = super.himalaya-vim.overrideAttrs (old: {
postPatch = ''
substituteInPlace plugin/himalaya.vim \