0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

vimPlugins.linediff-vim: init at 2024-04-22

This commit is contained in:
"wrvsrx" 2025-01-02 10:22:56 +08:00
parent aa6e01dbf7
commit 755e20ecdb
2 changed files with 13 additions and 0 deletions

View file

@ -6062,6 +6062,18 @@ final: prev:
meta.homepage = "https://github.com/junegunn/limelight.vim/";
};
linediff-vim = buildVimPlugin {
pname = "linediff.vim";
version = "2024-04-22";
src = fetchFromGitHub {
owner = "AndrewRadev";
repo = "linediff.vim";
rev = "ddae71ef5f94775d101c1c70032ebe8799f32745";
sha256 = "01dshpxm1svfhw9l447mz224qbvlbvywd7ai4wxwyjzgkhp36937";
};
meta.homepage = "https://github.com/AndrewRadev/linediff.vim/";
};
lingua-franca-vim = buildVimPlugin {
pname = "lingua-franca.vim";
version = "2021-09-05";

View file

@ -502,6 +502,7 @@ https://github.com/spywhere/lightline-lsp/,,
https://github.com/itchyny/lightline.vim/,,
https://github.com/ggandor/lightspeed.nvim/,,
https://github.com/junegunn/limelight.vim/,,
https://github.com/AndrewRadev/linediff.vim/,HEAD,
https://github.com/lf-lang/lingua-franca.vim/,,
https://github.com/tamago324/lir.nvim/,,
https://github.com/kkharji/lispdocs.nvim/,,