vimPlugins.alpha-nvim: init at 2022-04-22 (#177049)

This commit is contained in:
The Hedgehog 2022-06-09 15:15:20 -04:00 committed by GitHub
parent 33f51deea1
commit f3d9f4f15a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -556,6 +556,18 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/align/";
};
alpha-nvim = buildVimPluginFrom2Nix {
pname = "alpha-nvim";
version = "2022-04-22";
src = fetchFromGitHub {
owner = "goolord";
repo = "alpha-nvim";
rev = "4781fcfea5ddc1a92d41b32dc325132ed6fce7a8";
sha256 = "03i75403lskpgaqv7xp5hk4v6kqb0sv15ciil9jyj735ylhry3qq";
};
meta.homepage = "https://github.com/goolord/alpha-nvim/";
};
aniseed = buildVimPluginFrom2Nix {
pname = "aniseed";
version = "2022-05-14";

View file

@ -45,6 +45,7 @@ https://github.com/derekelkins/agda-vim/,,
https://github.com/slashmili/alchemist.vim/,,
https://github.com/dense-analysis/ale/,,
https://github.com/vim-scripts/align/,,
https://github.com/goolord/alpha-nvim/,HEAD,
https://github.com/Olical/aniseed/,,
https://github.com/pearofducks/ansible-vim/,,
https://github.com/ckarnell/antonys-macro-repeater/,,