Merge pull request #240761 from teto/alpha-nvim-test

This commit is contained in:
figsoda 2023-06-30 14:38:56 -04:00 committed by GitHub
commit cda1d30f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];