vimPlugins.diffs-nvim: init at 0.3.0-unstable-2026-03-05 (#496846)

This commit is contained in:
Gaétan Lepage
2026-03-05 20:27:06 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -4666,6 +4666,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
diffs-nvim = buildVimPlugin {
pname = "diffs.nvim";
version = "0.3.0-unstable-2026-03-05";
src = fetchFromGitHub {
owner = "barrettruth";
repo = "diffs.nvim";
rev = "7a3c4ea01e2ad53c6b54136bc19b7f0ad977da7d";
hash = "sha256-rsgboDQ7s9pIc+pDOJgwTA6c950CDY7gLsyn5oycsGI=";
};
meta.homepage = "https://github.com/barrettruth/diffs.nvim/";
meta.hydraPlatforms = [ ];
};
diffview-nvim = buildVimPlugin {
pname = "diffview.nvim";
version = "0-unstable-2024-06-13";
@@ -357,6 +357,7 @@ https://github.com/onsails/diaglist.nvim/,,
https://github.com/nvim-lua/diagnostic-nvim/,,
https://github.com/3rd/diagram.nvim/,HEAD,
https://github.com/monaqa/dial.nvim/,HEAD,
https://github.com/barrettruth/diffs.nvim/,HEAD,
https://github.com/sindrets/diffview.nvim/,,
https://github.com/elihunter173/dirbuf.nvim/,HEAD,
https://github.com/direnv/direnv.vim/,,