vimPlugins.blink-calc: init at 0-unstable-2025-10-06 (#523599)

This commit is contained in:
Austin Horstman
2026-05-24 14:46:33 +00:00
committed by GitHub
3 changed files with 19 additions and 0 deletions
@@ -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";
@@ -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 ];
};
@@ -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/,,