mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
vimPlugins.align-nvim: init at 2024-10-20 (#349969)
This commit is contained in:
commit
b080a92255
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user