Unverified Commit 988fe564 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.blink-cmp-words: init at 2025-06-26 (#429971)

parents 65894626 d131f4bd
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1596,6 +1596,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  blink-cmp-words = buildVimPlugin {
    pname = "blink-cmp-words";
    version = "2025-06-26";
    src = fetchFromGitHub {
      owner = "archie-judd";
      repo = "blink-cmp-words";
      rev = "81224ec2eb72115c84bb19ae566ef25083dbfed2";
      sha256 = "1561sxrz3h10qdxn4a1aqlvbnih4v5g5kvs5mwipjnfh8n4wcnnb";
    };
    meta.homepage = "https://github.com/archie-judd/blink-cmp-words/";
    meta.hydraPlatforms = [ ];
  };
  blink-compat = buildVimPlugin {
    pname = "blink.compat";
    version = "2025-05-28";
+4 −0
Original line number Diff line number Diff line
@@ -333,6 +333,10 @@ in
    dependencies = [ self.blink-cmp ];
  };

  blink-cmp-words = super.blink-cmp-words.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
@@ -121,6 +121,7 @@ https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD,
https://github.com/Kaiser-Yang/blink-cmp-git/,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/fang2hou/blink-copilot/,HEAD,
https://github.com/moyiz/blink-emoji.nvim/,HEAD,
https://github.com/MahanRahmati/blink-nerdfont.nvim/,HEAD,