vimPlugins.diffview-plus-nvim: init at 0.34 (#524851)

This commit is contained in:
Marc Jakobi
2026-06-03 16:00:56 +00:00
committed by GitHub
3 changed files with 23 additions and 0 deletions
@@ -5235,6 +5235,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
diffview-plus-nvim = buildVimPlugin {
pname = "diffview.nvim";
version = "0.34";
src = fetchFromGitHub {
owner = "dlyongemallo";
repo = "diffview-plus.nvim";
tag = "v0.34";
hash = "sha256-M3Hf4y9HGFquBOK/Stv5FIxoVYX4aoO4dbbYQNPhisk=";
};
meta.homepage = "https://github.com/dlyongemallo/diffview.nvim/";
meta.hydraPlatforms = [ ];
};
dirbuf-nvim = buildVimPlugin {
pname = "dirbuf.nvim";
version = "0-unstable-2022-08-28";
@@ -1378,6 +1378,15 @@ assertNoAdditions {
};
});
diffview-plus-nvim = super.diffview-plus-nvim.overrideAttrs (old: {
dependencies = [ self.plenary-nvim ];
doInstallCheck = true;
meta = old.meta // {
license = lib.licenses.gpl3Plus;
description = "Cycle through diffs for all modified files for any git rev (dlyongemallo's active fork)";
};
});
direnv-vim = super.direnv-vim.overrideAttrs (old: {
preFixup = old.preFixup or "" + ''
substituteInPlace $out/autoload/direnv.vim \
@@ -372,6 +372,7 @@ https://github.com/3rd/diagram.nvim/,,
https://github.com/monaqa/dial.nvim/,,
https://github.com/barrettruth/diffs.nvim/,,
https://github.com/sindrets/diffview.nvim/,,
https://github.com/dlyongemallo/diffview-plus.nvim/,,
https://github.com/elihunter173/dirbuf.nvim/,,
https://github.com/direnv/direnv.vim/,,
https://github.com/chipsenkbeil/distant.nvim/,,