From 561c53736866dcf9af9b6533038f45bf8be61758 Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Wed, 25 Jun 2025 00:38:32 -0500 Subject: [PATCH] vimPlugins.auto-fix-return-nvim: init at 2025-06-23 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 14 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 7e0eb9ee3f45..f7e5d05c7184 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index b0d7453038b2..b3ef38fe9b29 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,