From 087005737917978dea67287757ce2afbbbaef48d Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Fri, 30 Jun 2023 16:25:49 +0200 Subject: vimPlugins.alpha-nvim: add missing dependency It's required here with no way to disable 'https://github.com/goolord/alpha-nvim/blob/9e33db324b8bb7a147bce9ea5496686ee859461d/lua/alpha/themes/startify.lua#L72' --- pkgs/applications/editors/vim/plugins/overrides.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs') diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 6481f76f5ef4b..0b2afc81f4d5f 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -128,6 +128,12 @@ }: self: super: { + alpha-nvim = super.alpha-nvim.overrideAttrs(oa: { + dependencies = [ + self.nvim-web-devicons # required by the startify theme + ]; + nvimRequireCheck = "alpha"; + }); autosave-nvim = super.autosave-nvim.overrideAttrs(old: { dependencies = with super; [ plenary-nvim ]; -- cgit 1.4.1