Skip to content

Commit ab2e509

Browse files
committed
vimPlugins.blink-cmp-env: init at 2025-09-13
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
1 parent 30a1aa9 commit ab2e509

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,19 @@ final: prev: {
16091609
meta.hydraPlatforms = [ ];
16101610
};
16111611

1612+
blink-cmp-env = buildVimPlugin {
1613+
pname = "blink-cmp-env";
1614+
version = "2025-09-13";
1615+
src = fetchFromGitHub {
1616+
owner = "bydlw98";
1617+
repo = "blink-cmp-env";
1618+
rev = "99af62c1f9aa46005e8f50ad4ccee581946546ca";
1619+
sha256 = "1wad8v0av1lfcfm8i07351n3zq41xil1fhfm8yj6kg96bk7cwk0c";
1620+
};
1621+
meta.homepage = "https://github.com/bydlw98/blink-cmp-env/";
1622+
meta.hydraPlatforms = [ ];
1623+
};
1624+
16121625
blink-cmp-git = buildVimPlugin {
16131626
pname = "blink-cmp-git";
16141627
version = "2025-10-09";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ assertNoAdditions {
314314
};
315315
});
316316

317+
blink-cmp-env = super.blink-cmp-env.overrideAttrs {
318+
dependencies = [ self.blink-cmp ];
319+
};
320+
317321
blink-cmp-yanky = super.blink-cmp-yanky.overrideAttrs {
318322
dependencies = [ self.blink-cmp ];
319323
};

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ https://github.com/Kaiser-Yang/blink-cmp-avante/,HEAD,
122122
https://github.com/disrupted/blink-cmp-conventional-commits/,HEAD,
123123
https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD,
124124
https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD,
125+
https://github.com/bydlw98/blink-cmp-env/,HEAD,
125126
https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD,
126127
https://github.com/erooke/blink-cmp-latex/,HEAD,
127128
https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD,

0 commit comments

Comments
 (0)