Unverified Commit 30a1aa92 authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.blink-cmp-yanky: init at 2025-06-24

parent 60bd8034
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1674,6 +1674,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  blink-cmp-yanky = buildVimPlugin {
    pname = "blink-cmp-yanky";
    version = "2025-06-24";
    src = fetchFromGitHub {
      owner = "marcoSven";
      repo = "blink-cmp-yanky";
      rev = "473b987c2a7d80cca116f6faf087dba4dbfbb3c5";
      sha256 = "1m0bkvp0bccavw46b6ycmhmx5bn7nx3w4z27linhlqd5gmlr1j0d";
    };
    meta.homepage = "https://github.com/marcoSven/blink-cmp-yanky/";
    meta.hydraPlatforms = [ ];
  };
  blink-compat = buildVimPlugin {
    pname = "blink.compat";
    version = "2025-05-28";
+4 −0
Original line number Diff line number Diff line
@@ -314,6 +314,10 @@ assertNoAdditions {
    };
  });

  blink-cmp-yanky = super.blink-cmp-yanky.overrideAttrs {
    dependencies = [ self.blink-cmp ];
  };

  bluloco-nvim = super.bluloco-nvim.overrideAttrs {
    dependencies = [ self.lush-nvim ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ https://github.com/erooke/blink-cmp-latex/,HEAD,
https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD,
https://github.com/ribru17/blink-cmp-spell/,HEAD,
https://github.com/archie-judd/blink-cmp-words/,HEAD,
https://github.com/marcoSven/blink-cmp-yanky/,HEAD,
https://github.com/fang2hou/blink-copilot/,HEAD,
https://github.com/moyiz/blink-emoji.nvim/,HEAD,
https://github.com/MahanRahmati/blink-nerdfont.nvim/,HEAD,