From 30a1aa928b31413911a4f14091d08c654eadf15b Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 2 Nov 2025 20:19:53 -0600 Subject: [PATCH 1/4] vimPlugins.blink-cmp-yanky: init at 2025-06-24 Signed-off-by: Austin Horstman --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 18 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 901c207e894c..a5b41d6cb4e6 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1674,6 +1674,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + blink-cmp-yanky = buildVimPlugin { + pname = "blink-cmp-yanky"; + version = "2025-06-24"; + src = fetchFromGitHub { + owner = "marcoSven"; + repo = "blink-cmp-yanky"; + rev = "473b987c2a7d80cca116f6faf087dba4dbfbb3c5"; + sha256 = "1m0bkvp0bccavw46b6ycmhmx5bn7nx3w4z27linhlqd5gmlr1j0d"; + }; + meta.homepage = "https://github.com/marcoSven/blink-cmp-yanky/"; + meta.hydraPlatforms = [ ]; + }; + blink-compat = buildVimPlugin { pname = "blink.compat"; version = "2025-05-28"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 2f9a1713aa2a..f90e0cd8be91 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -314,6 +314,10 @@ assertNoAdditions { }; }); + blink-cmp-yanky = super.blink-cmp-yanky.overrideAttrs { + dependencies = [ self.blink-cmp ]; + }; + bluloco-nvim = super.bluloco-nvim.overrideAttrs { dependencies = [ self.lush-nvim ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 434460ee1101..374ebb957ea5 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -127,6 +127,7 @@ https://github.com/erooke/blink-cmp-latex/,HEAD, https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD, https://github.com/ribru17/blink-cmp-spell/,HEAD, https://github.com/archie-judd/blink-cmp-words/,HEAD, +https://github.com/marcoSven/blink-cmp-yanky/,HEAD, https://github.com/fang2hou/blink-copilot/,HEAD, https://github.com/moyiz/blink-emoji.nvim/,HEAD, https://github.com/MahanRahmati/blink-nerdfont.nvim/,HEAD, From ab2e50976ad9a41ac8b18b130ae1fd98df35480b Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 2 Nov 2025 20:21:13 -0600 Subject: [PATCH 2/4] vimPlugins.blink-cmp-env: init at 2025-09-13 Signed-off-by: Austin Horstman --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 18 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index a5b41d6cb4e6..b368a32da8a6 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1609,6 +1609,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + blink-cmp-env = buildVimPlugin { + pname = "blink-cmp-env"; + version = "2025-09-13"; + src = fetchFromGitHub { + owner = "bydlw98"; + repo = "blink-cmp-env"; + rev = "99af62c1f9aa46005e8f50ad4ccee581946546ca"; + sha256 = "1wad8v0av1lfcfm8i07351n3zq41xil1fhfm8yj6kg96bk7cwk0c"; + }; + meta.homepage = "https://github.com/bydlw98/blink-cmp-env/"; + meta.hydraPlatforms = [ ]; + }; + blink-cmp-git = buildVimPlugin { pname = "blink-cmp-git"; version = "2025-10-09"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index f90e0cd8be91..f714b498bbc6 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -314,6 +314,10 @@ assertNoAdditions { }; }); + blink-cmp-env = super.blink-cmp-env.overrideAttrs { + dependencies = [ self.blink-cmp ]; + }; + blink-cmp-yanky = super.blink-cmp-yanky.overrideAttrs { dependencies = [ self.blink-cmp ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 374ebb957ea5..09ecd3b3976b 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -122,6 +122,7 @@ 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, +https://github.com/bydlw98/blink-cmp-env/,HEAD, https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD, https://github.com/erooke/blink-cmp-latex/,HEAD, https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD, From 1c9bb8806ebb1cf27b7b89e8c4e6e8ffd4333b16 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 2 Nov 2025 20:27:19 -0600 Subject: [PATCH 3/4] vimPlugins.blink-cmp-tmux: init at 2025-05-23 Signed-off-by: Austin Horstman --- 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 b368a32da8a6..38c5683fc549 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1674,6 +1674,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + blink-cmp-tmux = buildVimPlugin { + pname = "blink-cmp-tmux"; + version = "2025-05-23"; + src = fetchFromGitHub { + owner = "mgalliou"; + repo = "blink-cmp-tmux"; + rev = "4586c705b6f80b536c34a61ed0d3cd4d7f08322d"; + sha256 = "1d7kvpzjmasfk8lszwhpay46w1b11sas9s8542gdwqiv0l32dp7p"; + }; + meta.homepage = "https://github.com/mgalliou/blink-cmp-tmux/"; + meta.hydraPlatforms = [ ]; + }; + blink-cmp-words = buildVimPlugin { pname = "blink-cmp-words"; version = "2025-08-06"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 09ecd3b3976b..18cacb5659d8 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -127,6 +127,7 @@ https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD, https://github.com/erooke/blink-cmp-latex/,HEAD, https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD, https://github.com/ribru17/blink-cmp-spell/,HEAD, +https://github.com/mgalliou/blink-cmp-tmux/,HEAD, https://github.com/archie-judd/blink-cmp-words/,HEAD, https://github.com/marcoSven/blink-cmp-yanky/,HEAD, https://github.com/fang2hou/blink-copilot/,HEAD, From 0304dd8deaa65378b9ece8b4e0bb0c4bdf6226c6 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 7 Nov 2025 19:39:03 -0600 Subject: [PATCH 4/4] vimPlugins.blink-indent: init at 2025-11-07 Signed-off-by: Austin Horstman --- 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 38c5683fc549..54d95e730d12 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1752,6 +1752,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + blink-indent = buildVimPlugin { + pname = "blink.indent"; + version = "2025-11-07"; + src = fetchFromGitHub { + owner = "Saghen"; + repo = "blink.indent"; + rev = "a8feeeae8510d16f26afbb5c81f2ad1ccea38d62"; + sha256 = "1qm8h8yfkwf79hnfwn18qmk3546qzr3b9qzr6038lnbf54gzvkff"; + }; + meta.homepage = "https://github.com/Saghen/blink.indent/"; + meta.hydraPlatforms = [ ]; + }; + blink-nerdfont-nvim = buildVimPlugin { pname = "blink-nerdfont.nvim"; version = "2025-02-06"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 18cacb5659d8..d3ec2a41bd9b 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -135,6 +135,7 @@ https://github.com/moyiz/blink-emoji.nvim/,HEAD, https://github.com/MahanRahmati/blink-nerdfont.nvim/,HEAD, https://github.com/mikavilpas/blink-ripgrep.nvim/,HEAD, https://github.com/Saghen/blink.compat/,HEAD, +https://github.com/Saghen/blink.indent/,HEAD, https://github.com/dundalek/bloat.nvim/,HEAD, https://github.com/HampusHauffman/block.nvim/,HEAD, https://github.com/uloco/bluloco.nvim/,,