Merge pull request #283872 from hmajid2301/add-animation
vimPlugins.animations-nvim: init at 2022-09-18
This commit is contained in:
commit
77bd4cc2a0
2 changed files with 13 additions and 0 deletions
|
@ -617,6 +617,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/goolord/alpha-nvim/";
|
||||
};
|
||||
|
||||
animation-nvim = buildVimPlugin {
|
||||
pname = "animation.nvim";
|
||||
version = "2022-09-18";
|
||||
src = fetchFromGitHub {
|
||||
owner = "anuvyklack";
|
||||
repo = "animation.nvim";
|
||||
rev = "fb77091ab72ec9971aee0562e7081182527aaa6a";
|
||||
sha256 = "0yaxp3l33af1k6na0jikwmr0nxk862ihpq8r0042mll1ily7689b";
|
||||
};
|
||||
meta.homepage = "https://github.com/anuvyklack/animation.nvim/";
|
||||
};
|
||||
|
||||
aniseed = buildVimPlugin {
|
||||
pname = "aniseed";
|
||||
version = "2023-07-06";
|
||||
|
|
|
@ -50,6 +50,7 @@ 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/anuvyklack/animation.nvim/,HEAD,
|
||||
https://github.com/Olical/aniseed/,,
|
||||
https://github.com/pearofducks/ansible-vim/,,
|
||||
https://github.com/ckarnell/antonys-macro-repeater/,,
|
||||
|
|
Loading…
Reference in a new issue