vimPlugins.gruvbox-nvim: Remove unused lush dependency

gruvbox-nvim doesn't depend on lush since
https://github.com/ellisonleao/gruvbox.nvim/commit/de05c0ff9647afa14a892b2d107d1ad915dbf4c5
This commit is contained in:
Krzysztof Kotlenga
2023-01-29 21:24:44 +01:00
parent 1a23627535
commit d234d85007
@@ -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 \