Skip to content

Commit

Permalink
[add linediff.vim]
Browse files Browse the repository at this point in the history
  • Loading branch information
wrvsrx committed Apr 8, 2024
1 parent 87414a8 commit 2a6e182
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pkgs/to-sources/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,25 @@
},
"version": "7e48d2bda0f94fc96b2d8b2917d5ef306ba83c97"
},
"linediff-vim": {
"cargoLocks": null,
"date": "2023-03-15",
"extract": null,
"name": "linediff-vim",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "245d16328c47a132574e0fa4298d24a0f78b20b0",
"sha256": "sha256-3VxpJpogPFBmo966GB90sQvcj/Ah56lGyR/y/WV3QT0=",
"type": "git",
"url": "https://github.com/AndrewRadev/linediff.vim"
},
"version": "245d16328c47a132574e0fa4298d24a0f78b20b0"
},
"lyra": {
"cargoLocks": null,
"date": "2023-04-23",
Expand Down
13 changes: 13 additions & 0 deletions pkgs/to-sources/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,19 @@
};
date = "2015-10-31";
};
linediff-vim = {
pname = "linediff-vim";
version = "245d16328c47a132574e0fa4298d24a0f78b20b0";
src = fetchgit {
url = "https://github.com/AndrewRadev/linediff.vim";
rev = "245d16328c47a132574e0fa4298d24a0f78b20b0";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-3VxpJpogPFBmo966GB90sQvcj/Ah56lGyR/y/WV3QT0=";
};
date = "2023-03-15";
};
lyra = {
pname = "lyra";
version = "a8bb6e22ea4dcd507292ecdb6443bad23ef7bfeb";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/to-sources/nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,7 @@ fetch.github = "flathub/org.yuzu_emu.yuzu"
[nx_tzdb]
src.github_tag = "lat9nq/tzdb_to_nx"
fetch.url = "https://github.com/lat9nq/tzdb_to_nx/releases/download/$ver/$ver.zip"

[linediff-vim]
src.git = "https://github.com/AndrewRadev/linediff.vim"
fetch.git = "https://github.com/AndrewRadev/linediff.vim"
4 changes: 4 additions & 0 deletions pkgs/to-vim-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ in
inherit (sources.nvim-numbertoggle) pname version src;
meta.homepage = "https://github.com/sitiom/nvim-numbertoggle";
};
linediff-vim = buildVimPlugin {
inherit (sources.linediff-vim) pname version src;
meta.homepage = "https://github.com/AndrewRadev/linediff.vim";
};
coc-zk = callIFD {
inherit callPackage;
source = sources.coc-zk;
Expand Down

0 comments on commit 2a6e182

Please sign in to comment.