0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

vimPlugins.blink-cmp-avante: init at 2025-02-19

This commit is contained in:
Austin Horstman 2025-03-12 12:30:03 -05:00
parent eb7943930b
commit ae7ad1546d
No known key found for this signature in database
2 changed files with 14 additions and 0 deletions

View file

@ -1423,6 +1423,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
blink-cmp-avante = buildVimPlugin {
pname = "blink-cmp-avante";
version = "2025-02-19";
src = fetchFromGitHub {
owner = "Kaiser-Yang";
repo = "blink-cmp-avante";
rev = "e5a1be4c818520385f95fe2663c04e48f5f0c36a";
sha256 = "13rkypddzpgz6a36s38a30qfx0n3jspd788yvgjdb7dkn0zrvqdg";
};
meta.homepage = "https://github.com/Kaiser-Yang/blink-cmp-avante/";
meta.hydraPlatforms = [ ];
};
blink-cmp-conventional-commits = buildVimPlugin {
pname = "blink-cmp-conventional-commits";
version = "2025-02-18";

View file

@ -108,6 +108,7 @@ https://github.com/rbgrouleff/bclose.vim/,,
https://github.com/max397574/better-escape.nvim/,,
https://github.com/LunarVim/bigfile.nvim/,,
https://github.com/APZelos/blamer.nvim/,HEAD,
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,