diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 062453785e7d..5ede7ee51165 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1776,6 +1776,20 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + blink-calc = buildVimPlugin { + pname = "blink-calc"; + version = "0-unstable-2025-10-06"; + src = fetchFromGitHub { + owner = "joelazar"; + repo = "blink-calc"; + rev = "199e8a5fe356d553d33a3511ca28e625dac5c470"; + hash = "sha256-3w+vQf3N6+umBUF+PkCbPXggn53rNekxHgR2y+ICwHw="; + }; + meta.homepage = "https://github.com/joelazar/blink-calc/"; + meta.license = unfree; + meta.hydraPlatforms = [ ]; + }; + blink-cmp-avante = buildVimPlugin { pname = "blink-cmp-avante"; version = "0.1.0-unstable-2025-07-24"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 957a41e24479..59b70ef6eff9 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -370,6 +370,10 @@ assertNoAdditions { }; }); + blink-calc = super.blink-calc.overrideAttrs { + dependencies = [ self.blink-cmp ]; + }; + blink-cmp-conventional-commits = super.blink-cmp-conventional-commits.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 3acf35e6a56c..f3405579d28f 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -125,6 +125,7 @@ https://github.com/LunarVim/bigfile.nvim/,, https://github.com/openembedded/bitbake/,, https://github.com/FabijanZulj/blame.nvim/,, https://github.com/z4p5a9/blamer.nvim/,, +https://github.com/joelazar/blink-calc/,, https://github.com/Kaiser-Yang/blink-cmp-avante/,, https://github.com/disrupted/blink-cmp-conventional-commits/,, https://github.com/giuxtaposition/blink-cmp-copilot/,,