vimPlugins.blink-cmp-git: init at 2025-01-27 (#379162)

This commit is contained in:
Austin Horstman
2025-02-03 13:34:46 -06:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
@@ -1314,6 +1314,18 @@ final: prev:
meta.homepage = "https://github.com/ribru17/blink-cmp-spell/";
};
blink-cmp-git = buildVimPlugin {
pname = "blink-cmp-git";
version = "2025-01-27";
src = fetchFromGitHub {
owner = "Kaiser-Yang";
repo = "blink-cmp-git";
rev = "7c6cfa3d427f50a6eae5c38628b31b8675bab05d";
sha256 = "08hfwnjgsl88bkphpdxkdswdnc10mlxpsrk084kgzk4j19w55gyq";
};
meta.homepage = "https://github.com/Kaiser-Yang/blink-cmp-git/";
};
blink-compat = buildVimPlugin {
pname = "blink.compat";
version = "2025-01-20";
@@ -296,6 +296,10 @@ in
dependencies = [ self.blink-cmp ];
};
blink-cmp-git = super.blink-cmp-git.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
bluloco-nvim = super.bluloco-nvim.overrideAttrs {
dependencies = [ self.lush-nvim ];
};
@@ -106,6 +106,7 @@ https://github.com/max397574/better-escape.nvim/,,
https://github.com/LunarVim/bigfile.nvim/,,
https://github.com/APZelos/blamer.nvim/,HEAD,
https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD,
https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD,
https://github.com/ribru17/blink-cmp-spell/,HEAD,
https://github.com/fang2hou/blink-copilot/,HEAD,
https://github.com/moyiz/blink-emoji.nvim/,HEAD,