From ae7ad1546d921a43d19e8b1d5ba6250ea093432d Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 12 Mar 2025 12:30:03 -0500 Subject: [PATCH 1/2] vimPlugins.blink-cmp-avante: init at 2025-02-19 --- 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 4636ea0e2ca1..b26b9494c902 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1423,6 +1423,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + blink-cmp-avante = buildVimPlugin { + pname = "blink-cmp-avante"; + version = "2025-02-19"; + src = fetchFromGitHub { + owner = "Kaiser-Yang"; + repo = "blink-cmp-avante"; + rev = "e5a1be4c818520385f95fe2663c04e48f5f0c36a"; + sha256 = "13rkypddzpgz6a36s38a30qfx0n3jspd788yvgjdb7dkn0zrvqdg"; + }; + meta.homepage = "https://github.com/Kaiser-Yang/blink-cmp-avante/"; + meta.hydraPlatforms = [ ]; + }; + blink-cmp-conventional-commits = buildVimPlugin { pname = "blink-cmp-conventional-commits"; version = "2025-02-18"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 7714d02d7bf9..5addb6efd581 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -108,6 +108,7 @@ https://github.com/rbgrouleff/bclose.vim/,, https://github.com/max397574/better-escape.nvim/,, https://github.com/LunarVim/bigfile.nvim/,, https://github.com/APZelos/blamer.nvim/,HEAD, +https://github.com/Kaiser-Yang/blink-cmp-avante/,HEAD, https://github.com/disrupted/blink-cmp-conventional-commits/,HEAD, https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD, https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD, From ae56074717c9cc4d628cb1d418837847a9027671 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 12 Mar 2025 12:30:46 -0500 Subject: [PATCH 2/2] vimPlugins.neotest-mocha: plugin updater changes Sort and append url. --- pkgs/applications/editors/vim/plugins/generated.nix | 2 +- pkgs/applications/editors/vim/plugins/vim-plugin-names | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index b26b9494c902..0b37aac8a3c8 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -8988,7 +8988,7 @@ final: prev: rev = "8239023d299a692784176f202f6a4a5e0a698ad2"; sha256 = "sha256-Fbe7xuu5Qy6GXKsvQbVcE5oG7dgKjghuX470V7sjmqA="; }; - meta.homepage = "https://github.com/adrigzr/neotest-mocha"; + meta.homepage = "https://github.com/adrigzr/neotest-mocha/"; meta.hydraPlatforms = [ ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 5addb6efd581..8c9f26d974eb 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -687,8 +687,8 @@ https://github.com/alfaix/neotest-gtest/,HEAD, https://github.com/MrcJkb/neotest-haskell/,HEAD, https://github.com/rcasia/neotest-java/,HEAD, https://github.com/nvim-neotest/neotest-jest/,HEAD, -https://github.com/adrigzr/neotest-mocha/,HEAD, https://github.com/zidhuss/neotest-minitest/,HEAD, +https://github.com/adrigzr/neotest-mocha/,HEAD, https://github.com/theutz/neotest-pest/,HEAD, https://github.com/olimorris/neotest-phpunit/,HEAD, https://github.com/thenbe/neotest-playwright/,HEAD,