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

This commit is contained in:
Gaétan Lepage
2025-08-01 14:23:41 +02:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -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";
@@ -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 ];
};
@@ -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,