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

authored by Gaétan Lepage and committed by GitHub b080a922 738406dd

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 653 653 meta.homepage = "https://github.com/vim-scripts/align/"; 654 654 }; 655 655 656 + align-nvim = buildVimPlugin { 657 + pname = "align.nvim"; 658 + version = "2024-10-20"; 659 + src = fetchFromGitHub { 660 + owner = "Vonr"; 661 + repo = "align.nvim"; 662 + rev = "12ed24b34df81d57e777fea5a535611bab10a620"; 663 + sha256 = "sha256-z8+lEs8bQS4Gz3cgQQ5Cb3oW58Et7it/tAxUtE3cLc4="; 664 + }; 665 + meta.homepage = "https://github.com/Vonr/align.nvim/"; 666 + }; 667 + 656 668 alpha-nvim = buildVimPlugin { 657 669 pname = "alpha-nvim"; 658 670 version = "2024-09-30";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 53 53 https://github.com/slashmili/alchemist.vim/,, 54 54 https://github.com/dense-analysis/ale/,, 55 55 https://github.com/vim-scripts/align/,, 56 + https://github.com/Vonr/align.nvim/,HEAD, 56 57 https://github.com/goolord/alpha-nvim/,HEAD, 57 58 https://github.com/anuvyklack/animation.nvim/,HEAD, 58 59 https://github.com/Olical/aniseed/,,