Unverified Commit ab2e5097 authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.blink-cmp-env: init at 2025-09-13

parent 30a1aa92
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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";
+4 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -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,