vimPlugins.aurora: init at 2021-05-10

This commit is contained in:
fortuneteller2k 2021-05-11 09:41:59 +08:00 committed by Jonathan Ringer
parent 7cda01fcb8
commit ee4520e789
2 changed files with 13 additions and 0 deletions

View File

@ -183,6 +183,18 @@ let
meta.homepage = "https://github.com/vmchale/ats-vim/";
};
aurora = buildVimPluginFrom2Nix {
pname = "aurora";
version = "2021-05-10";
src = fetchFromGitHub {
owner = "ray-x";
repo = "aurora";
rev = "bf185b9c5aaaad7cfd20f29f92d3b77164f8f1e7";
sha256 = "17ir0daw3rsfgprgvrskip2r19g15z05spdk14dz105nrgv4hh4y";
};
meta.homepage = "https://github.com/ray-x/aurora/";
};
auto-git-diff = buildVimPluginFrom2Nix {
pname = "auto-git-diff";
version = "2019-09-23";

View File

@ -521,6 +521,7 @@ raghur/fruzzy
raghur/vim-ghost
Raimondi/delimitMate
rakr/vim-one
ray-x/aurora
rbgrouleff/bclose.vim
rbong/vim-flog
rhysd/committia.vim