vimPlugins.blink-cmp-env: init at 2025-09-13
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user