vimPlugins.auto-fix-return-nvim: init at 2025-06-23 (#419786)

This commit is contained in:
Gaétan Lepage
2025-06-25 08:41:16 +02:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -1114,6 +1114,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
auto-fix-return-nvim = buildVimPlugin {
pname = "auto-fix-return.nvim";
version = "2025-06-23";
src = fetchFromGitHub {
owner = "Jay-Madden";
repo = "auto-fix-return.nvim";
rev = "01ccaa47e286f1627b730b9cc58e7ebb2a622fd1";
sha256 = "06as097zfdvrzx7ajdmib3czsbmh7r5l5szvlmj8lf8wfk7d35bq";
};
meta.homepage = "https://github.com/Jay-Madden/auto-fix-return.nvim/";
meta.hydraPlatforms = [ ];
};
auto-git-diff = buildVimPlugin {
pname = "auto-git-diff";
version = "2022-10-29";
@@ -84,6 +84,7 @@ https://github.com/skywind3000/asynctasks.vim/,,
https://github.com/vmchale/ats-vim/,,
https://github.com/augmentcode/augment.vim/,HEAD,
https://github.com/ray-x/aurora/,,
https://github.com/Jay-Madden/auto-fix-return.nvim/,HEAD,
https://github.com/hotwatermorning/auto-git-diff/,,
https://github.com/asiryk/auto-hlsearch.nvim/,HEAD,
https://github.com/jiangmiao/auto-pairs/,,