Skip to content

Commit

Permalink
vimPlugins.align-nvim: init at 2024-10-20 (#349969)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Oct 21, 2024
2 parents 738406d + 0b1caae commit b080a92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit b080a92

Please sign in to comment.