vimPlugins.align-nvim: init at 2024-10-20 (#349969)

This commit is contained in:
Gaétan Lepage 2024-10-21 09:30:53 +02:00 committed by GitHub
commit b080a92255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -653,6 +653,18 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/align/";
};
align-nvim = buildVimPlugin {
pname = "align.nvim";
version = "2024-10-20";
src = fetchFromGitHub {
owner = "Vonr";
repo = "align.nvim";
rev = "12ed24b34df81d57e777fea5a535611bab10a620";
sha256 = "sha256-z8+lEs8bQS4Gz3cgQQ5Cb3oW58Et7it/tAxUtE3cLc4=";
};
meta.homepage = "https://github.com/Vonr/align.nvim/";
};
alpha-nvim = buildVimPlugin {
pname = "alpha-nvim";
version = "2024-09-30";

View File

@ -53,6 +53,7 @@ https://github.com/joshuavial/aider.nvim/,HEAD,
https://github.com/slashmili/alchemist.vim/,,
https://github.com/dense-analysis/ale/,,
https://github.com/vim-scripts/align/,,
https://github.com/Vonr/align.nvim/,HEAD,
https://github.com/goolord/alpha-nvim/,HEAD,
https://github.com/anuvyklack/animation.nvim/,HEAD,
https://github.com/Olical/aniseed/,,