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:
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 \
|
||||
|
|
Loading…
Reference in a new issue