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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user